summaryrefslogtreecommitdiff
path: root/gui.h
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
commit59f0e69521f54f5118ecacb7bee1388ba891bf87 (patch)
treeb2295c20e8a72ece3395807ccde2e6447aad586d /gui.h
parent2e2235e3cf8728d48878601d7dac7abd0037d5a0 (diff)
downloadopenttd-59f0e69521f54f5118ecacb7bee1388ba891bf87.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 'gui.h')
-rw-r--r--gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.h b/gui.h
index 568e350e3..f5c024a1d 100644
--- a/gui.h
+++ b/gui.h
@@ -124,7 +124,7 @@ extern const byte _fios_colors[];
/* network gui */
void ShowNetworkGameWindow(void);
-void ShowChatWindow(int maxlen, WindowClass window_class, WindowNumber window_number);
+void ShowChatWindow(int maxlen);
/* bridge_gui.c */
void ShowBuildBridgeWindow(uint start, uint end, byte type);