summaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-04-07 08:37:39 +0000
committertron <tron@openttd.org>2006-04-07 08:37:39 +0000
commit90927c22a56d7094efab267e648e3a40cef98363 (patch)
tree0c13fab0f9f0d3cb97c98e9ba4148f190bbba4fb /gui.h
parent98b51c36e201904a9b4ac8ca25ef9a257bdf172e (diff)
downloadopenttd-90927c22a56d7094efab267e648e3a40cef98363.tar.xz
(svn r4310) The chat box has no visible window title, therefore remove the string
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 68d385eb3..6b077fe52 100644
--- a/gui.h
+++ b/gui.h
@@ -124,7 +124,7 @@ extern const byte _fios_colors[];
/* network gui */
void ShowNetworkGameWindow(void);
-void ShowChatWindow(StringID caption, int maxlen, int maxwidth, WindowClass window_class, WindowNumber window_number);
+void ShowChatWindow(int maxlen, int maxwidth, WindowClass window_class, WindowNumber window_number);
/* bridge_gui.c */
void ShowBuildBridgeWindow(uint start, uint end, byte type);