diff -r 90585aba87ad -r 249adefa9c1c hedgewars/uChat.pas --- a/hedgewars/uChat.pas Sat Jan 16 17:30:37 2010 +0000 +++ b/hedgewars/uChat.pas Mon Jan 18 05:36:08 2010 +0000 @@ -27,7 +27,7 @@ procedure KeyPressChat(Key: Longword); var UserNick: shortstring = ''; - showAll: boolean = false; + showAll: boolean = false; implementation uses uMisc, uStore, uConsts, SDLh, uConsole, uKeys, uTeams;