(svn r5226) Reduce the mess that sending chat messages is

This also fixes a bug:
-Fix: It was possible to rename a signs or waypoints with the chat box
This commit is contained in:
tron
2006-06-11 16:00:56 +00:00
parent 88f9473c85
commit 260012382d
3 changed files with 29 additions and 50 deletions

1
gui.h
View File

@@ -124,7 +124,6 @@ extern const byte _fios_colors[];
/* network gui */
void ShowNetworkGameWindow(void);
void ShowChatWindow(void);
/* bridge_gui.c */
void ShowBuildBridgeWindow(uint start, uint end, byte type);