(svn r4310) The chat box has no visible window title, therefore remove the string

This commit is contained in:
tron
2006-04-07 08:37:39 +00:00
parent fc8d7f18a0
commit dec2db09ee
27 changed files with 4 additions and 28 deletions

2
gui.h
View File

@@ -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);