forked from mirror/OpenTTD
(svn r4313) The parent window of the chat box is always the main toolbar (?!), therefore don't pass this information as parameter
This commit is contained in:
2
gui.h
2
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);
|
||||
|
Reference in New Issue
Block a user