changeset 7418 | f611ee4760c0 |
parent 7414 | a9f18c66ce34 |
child 7426 | 55b49cc1f33a |
--- a/hedgewars/uCommandHandlers.pas Sun Jul 22 00:48:48 2012 +0400 +++ b/hedgewars/uCommandHandlers.pas Sat Jul 21 17:51:51 2012 -0400 @@ -653,7 +653,7 @@ procedure chSpeedup_p(var s: shortstring); begin s:= s; // avoid compiler hint -SpeedStart:= GameTicks; +SpeedStart:= RealTicks; isSpeed:= true end;