Remove ready timer halting game ticks in chat
authornemo
Wed, 08 Sep 2010 18:18:01 -0400
changeset 3843 50e75cb38c18
parent 3842 fc94291ca1d9
child 3844 697c855bd48d
Remove ready timer halting game ticks in chat
hedgewars/hwengine.pas
--- a/hedgewars/hwengine.pas	Wed Sep 08 17:34:18 2010 -0400
+++ b/hedgewars/hwengine.pas	Wed Sep 08 18:18:01 2010 -0400
@@ -93,7 +93,7 @@
                 DrawWorld(Lag);
                 if not isPaused then
                     begin
-                    if ReadyTimeLeft = 0 then DoGameTick(Lag);
+                    DoGameTick(Lag);
                     ProcessVisualGears(Lag);
                     end;
                 end;