Fix another regression arising from splitting switchhedgehog
authorunc0rr
Sun, 06 Jul 2008 23:44:56 +0000
changeset 1064 9e0701c56fb3
parent 1063 a86328091611
child 1065 f902e8afbe6c
Fix another regression arising from splitting switchhedgehog
hedgewars/uGears.pas
--- a/hedgewars/uGears.pas	Sun Jul 06 23:32:10 2008 +0000
+++ b/hedgewars/uGears.pas	Sun Jul 06 23:44:56 2008 +0000
@@ -481,7 +481,7 @@
                  end;
         stChWin: if not CheckForWin then
                     begin
-                    if not bBetweenTurns then
+                    if not (bBetweenTurns or isInMultiShoot) then
                        begin
                        ParseCommand('/nextturn', true);
                        SwitchHedgehog;