hedgewars/hwengine.pas
changeset 3774 af0e68ca273e
parent 3765 ebfe7c9b3085
child 3779 3351a017d4ad
--- a/hedgewars/hwengine.pas	Thu Aug 26 14:46:30 2010 +0100
+++ b/hedgewars/hwengine.pas	Thu Aug 26 16:02:09 2010 +0200
@@ -85,7 +85,7 @@
                 ProcessKbd;
                 if not isPaused then
                     begin
-                    DoGameTick(Lag);
+                    if ReadyTimeLeft = 0 then DoGameTick(Lag);
                     ProcessVisualGears(Lag);
                     end;
                 end;
@@ -93,7 +93,7 @@
                 DrawWorld(Lag);
                 if not isPaused then
                     begin
-                    DoGameTick(Lag);
+                    if ReadyTimeLeft = 0 then DoGameTick(Lag);
                     ProcessVisualGears(Lag);
                     end;
                 end;