hedgewars/CCHandlers.inc
changeset 626 a30171dbcd19
parent 615 b646b3c43369
child 682 a37b6966de84
--- a/hedgewars/CCHandlers.inc	Sat Dec 01 12:38:15 2007 +0000
+++ b/hedgewars/CCHandlers.inc	Sun Dec 02 17:29:20 2007 +0000
@@ -501,3 +501,13 @@
        end;
   end
 end;
+
+procedure chSpeedup_p(var s: shortstring);
+begin
+isSpeed:= true
+end;
+
+procedure chSpeedup_m(var s: shortstring);
+begin
+isSpeed:= false
+end;