removed redundant code
authorHolger Schemel <info@artsoft.org>
Sat, 7 Nov 2015 18:46:37 +0000 (19:46 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 7 Nov 2015 18:46:37 +0000 (19:46 +0100)
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)
 #endif
     {
       if (quick_quit)
-      {
        FadeSkipNextFadeIn();
 
        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 */
     }
   }
   else         /* continue playing the game */