hedgewars/HHHandlers.inc
changeset 423 5f4559ce7062
parent 409 4f1841929ccc
child 424 4598c21bb421
--- a/hedgewars/HHHandlers.inc	Fri Feb 09 23:55:02 2007 +0000
+++ b/hedgewars/HHHandlers.inc	Sat Feb 10 12:52:14 2007 +0000
@@ -146,7 +146,7 @@
           if (Gear^.Message and gm_Right )<>0 then
              Pos:= (Pos + 1) mod Ammoz[AmmoType].PosCount
           else exit;
-          StepTicks:= 350;
+          StepTicks:= 200;
           exit
           end;
    if ((Gear^.Message and gm_LJump ) <> 0) then