(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:
tron
2006-04-07 09:00:57 +00:00
parent 7a7e7c82cf
commit 3ef6afdb4d
3 changed files with 5 additions and 5 deletions

2
gui.h
View File

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