hedgewars/uGears.pas
changeset 7165 aad1aea05f1e
parent 7154 56e329edf4b8
child 7174 80480d21e6ed
--- a/hedgewars/uGears.pas	Fri Jun 01 12:42:44 2012 +0400
+++ b/hedgewars/uGears.pas	Sat Jun 02 16:25:13 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
+                bBetweenTurns:= false;
+                ParseCommand('/nextturn', true)
                 end;
             step:= Low(step)
             end;