hedgewars/CCHandlers.inc
changeset 946 42c5cc87cbd1
parent 929 9456e1e77369
child 950 feb18ec0c5c2
--- a/hedgewars/CCHandlers.inc	Sat May 24 17:34:06 2008 +0000
+++ b/hedgewars/CCHandlers.inc	Sat May 24 18:37:04 2008 +0000
@@ -522,3 +522,8 @@
 begin
 isSpeed:= false
 end;
+
+procedure chChat(var s: shortstring);
+begin
+GameState:= gsChat
+end;