Oops, proper fix now
authorunc0rr
Sun, 06 Jul 2008 23:04:35 +0000
changeset 1061 a30296274c46
parent 1060 4a655f344900
child 1062 7b148e157a67
Oops, proper fix now
hedgewars/uGears.pas
--- a/hedgewars/uGears.pas	Sun Jul 06 22:55:24 2008 +0000
+++ b/hedgewars/uGears.pas	Sun Jul 06 23:04:35 2008 +0000
@@ -483,8 +483,8 @@
                     begin
                     if not bBetweenTurns then
                        begin
+                       ParseCommand('/nextturn', true);
                        SwitchHedgehog;
-                       ParseCommand('/nextturn', true);
                        end;
                     inc(step)
                     end else step:= stDelay;