hedgewars/uChat.pas
changeset 6854 873929cbd54b
parent 6700 e04da46ee43c
child 6893 69cc0166be8d
--- a/hedgewars/uChat.pas	Tue Apr 03 17:53:33 2012 +0400
+++ b/hedgewars/uChat.pas	Wed Apr 04 15:05:14 2012 +0400
@@ -361,7 +361,7 @@
 procedure chHistory(var s: shortstring);
 begin
     s:= s; // avoid compiler hint
-    uChat.showAll:= not uChat.showAll
+    showAll:= not showAll
 end;
 
 procedure chChat(var s: shortstring);