projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e43c140
)
removed redundant code
author
Holger Schemel
<info@artsoft.org>
Sat, 7 Nov 2015 18:46:37 +0000
(19:46 +0100)
committer
Holger Schemel
<info@artsoft.org>
Sat, 7 Nov 2015 18:46:37 +0000
(19:46 +0100)
src/game.c
patch
|
blob
|
history
diff --git
a/src/game.c
b/src/game.c
index ae986a08e95addad91474169bd154bc788f41b2b..388dd2e80fd5254abfbed2cfae7e745685dfb810 100644
(file)
--- 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 */