hedgewars/uChat.pas
changeset 993 4319810f23c1
parent 991 d17c71ee074e
child 1001 502508979713
--- a/hedgewars/uChat.pas	Wed Jun 11 22:19:14 2008 +0000
+++ b/hedgewars/uChat.pas	Thu Jun 12 10:50:05 2008 +0000
@@ -25,7 +25,7 @@
 procedure KeyPressChat(Key: Longword);
 
 var UserNick: shortstring = '';
-	showAll: boolean = true;
+	showAll: boolean = false;
 
 implementation
 uses uMisc, uStore, uConsts, SDLh, uConsole, uKeys;