summaryrefslogtreecommitdiff
path: root/main_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-04-07 09:00:57 +0000
committertron <tron@openttd.org>2006-04-07 09:00:57 +0000
commit3ef6afdb4d0f3b4c327e8570c123d487b631d49a (patch)
treeb2295c20e8a72ece3395807ccde2e6447aad586d /main_gui.c
parent7a7e7c82cf54f86f8144b99949d564d172f1a8a8 (diff)
downloadopenttd-3ef6afdb4d0f3b4c327e8570c123d487b631d49a.tar.xz
(svn r4313) The parent window of the chat box is always the main toolbar (?!), therefore don't pass this information as parameter
Diffstat (limited to 'main_gui.c')
-rw-r--r--main_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main_gui.c b/main_gui.c
index 14b4b4960..87750ad25 100644
--- a/main_gui.c
+++ b/main_gui.c
@@ -332,7 +332,7 @@ void ShowNetworkChatQueryWindow(byte desttype, byte dest)
{
_rename_id = desttype + (dest << 8);
_rename_what = 2;
- ShowChatWindow(150, 1, 0);
+ ShowChatWindow(150);
}
void ShowNetworkGiveMoneyWindow(byte player)