hedgewars/uGame.pas
changeset 11539 c22d292e7266
parent 11532 bf86c6cb9341
child 11605 dc8de75747f9
--- a/hedgewars/uGame.pas	Mon Feb 08 14:58:36 2016 +0300
+++ b/hedgewars/uGame.pas	Tue Feb 09 14:40:06 2016 +0300
@@ -88,7 +88,7 @@
     end;
 PlayNextVoice;
 i:= 1;
-while (GameState <> gsExit) and (i <= Lag) do
+while (GameState <> gsExit) and (i <= Lag) and allOK do
     begin
     if not CurrentTeam^.ExtDriven then
         begin