changeset 2699 | 249adefa9c1c |
parent 2677 | 83ad68ceef72 |
child 2716 | b9ca1bfca24f |
--- 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;