rnd-20091012-1-src
[rocksndiamonds.git] / src / game_sp / MainGameLoop.c
index 99c5dbe4496203bdde12c10eac4b96a40707ecaf..fd3fa85999f92441c50eeb10ffec323e3a5ac608 100644 (file)
@@ -206,11 +206,17 @@ locRepeatMainGameLoop:                           // start repeating game loop
   //      .Refresh
   //    End With
   //  End If
+
   if (ExitToMenuFlag == 1)
     goto locExitMainGameLoop;
 
+#if 1
+  if (LeadOutCounter == 0) // no lead-out: game busy
+    return subMainGameLoop;
+#else
   if (LeadOutCounter == 0) // no lead-out: game busy
     goto locRepeatMainGameLoop;
+#endif
 
   // ----------------------------------------------------------------------------
   // ---------------------- END OF GAME-BUSY LOOP -------------------------------