--- a/hedgewars/CCHandlers.inc Sat Jul 31 08:19:56 2010 +0200
+++ b/hedgewars/CCHandlers.inc Sat Jul 31 10:39:20 2010 +0200
@@ -824,13 +824,13 @@
procedure chChat(var s: shortstring);
begin
-s:= s; // avoid compiler hint
-GameState:= gsChat;
-KeyPressChat(27)
+ s:= s; // avoid compiler hint
+ GameState:= gsChat;
+ KeyPressChat(27)
end;
procedure chHistory(var s: shortstring);
begin
-s:= s; // avoid compiler hint
-uChat.showAll:= not uChat.showAll
+ s:= s; // avoid compiler hint
+ uChat.showAll:= not uChat.showAll
end;