rnd-20091020-1-src
[rocksndiamonds.git] / src / game_sp / MainGameLoop.c
index 79f1ec9c6fbbffbe633f119e9ee2b52b946f2dd4..a07d6967a34bbad6616c68bed424c5daf1793c4c 100644 (file)
@@ -236,7 +236,9 @@ locRepeatMainGameLoop:                           // start repeating game loop
   {
     // happens when demo ends or when Murphy enters exit (to be checked)
 
+#if 0
     printf("::: ExitToMenuFlag == True\n");
+#endif
 
     goto locExitMainGameLoop;
   }
@@ -270,6 +272,14 @@ locRepeatMainGameLoop:                           // start repeating game loop
 
 locExitMainGameLoop:
 
+
+
+#if 1
+  return subMainGameLoop;
+#endif
+
+
+
 #if 0
   printf("::: locExitMainGameLoop reached [%d]\n", LeadOutCounter);
 #endif
@@ -306,7 +316,6 @@ locExitMainGameLoop:
   if (UpdatedFlag == 0) // update playing time
     subUpdatePlayingTime();
 
-
   return subMainGameLoop;
 } // subMainGameLoop