X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=a2dcd13dc1de0a4dda3060a3182d7c83cd343223;hb=27d25dccefb519f3e710c21b025bfdfe9a991ef8;hp=dc1e2442737dd525a7ab93e52a29617d35163fa5;hpb=9a864d217f93dfb2bb740a81749f846a3dfdfc43;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index dc1e2442..a2dcd13d 100644 --- a/src/game.c +++ b/src/game.c @@ -4549,9 +4549,7 @@ void InitGame(void) } game.restart_level = FALSE; - game.request_active = FALSE; - game.request_active_or_moving = FALSE; if (level.game_engine_type == GAME_ENGINE_TYPE_MM) InitGameActions_MM(); @@ -15804,7 +15802,7 @@ boolean CheckRestartGame(void) return FALSE; } - // do not handle game over if request dialog is already active + // do not ask to play again if request dialog is already active if (game.request_active) return FALSE;