From: Holger Schemel Date: Sat, 7 Nov 2015 18:46:37 +0000 (+0100) Subject: removed redundant code X-Git-Tag: 4.0.0.0-rc1~125 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=8c8e43de6586f34c4702084cfd79be0d63e57637 removed redundant code --- diff --git a/src/game.c b/src/game.c index ae986a08..388dd2e8 100644 --- a/src/game.c +++ b/src/game.c @@ -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 */