added configurability of different window size for title screens
[rocksndiamonds.git] / src / game.c
index ae986a08e95addad91474169bd154bc788f41b2b..388dd2e80fd5254abfbed2cfae7e745685dfb810 100644 (file)
@@ -14450,19 +14450,11 @@ void RequestQuitGameExt(boolean skip_request, boolean quick_quit, char *message)
 #endif
     {
       if (quick_quit)
-      {
        FadeSkipNextFadeIn();
 
-       game_status = GAME_MODE_MAIN;
-
-       DrawMainMenu();
-      }
-      else
-      {
-       game_status = GAME_MODE_MAIN;
+      game_status = GAME_MODE_MAIN;
 
-       DrawMainMenu();
-      }
+      DrawMainMenu();
     }
   }
   else         /* continue playing the game */