hedgewars/uGears.pas
changeset 7181 0791c1f2734c
parent 7174 80480d21e6ed
child 7257 566bdf2f023b
child 7335 3c6f08af7dac
--- a/hedgewars/uGears.pas	Mon Jun 04 22:43:56 2012 +0400
+++ b/hedgewars/uGears.pas	Mon Jun 04 19:36:55 2012 -0400
@@ -363,11 +363,11 @@
 
                 FreeActionsList; // could send -left, -right and similar commands, so should be called before /nextturn
 
+                ParseCommand('/nextturn', true);
                 SwitchHedgehog;
 
                 AfterSwitchHedgehog;
-                bBetweenTurns:= false;
-                ParseCommand('/nextturn', true)
+                bBetweenTurns:= false
                 end;
             step:= Low(step)
             end;