X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;fp=src%2Finit.c;h=210594fcded4aa7e712a7f48680c0fbeb248c822;hb=f82cf497747c1c8cb6ce67a5bef77d8e11787e61;hp=c5427aca219af9b253c46dddb7d025a6d802bce8;hpb=6032516369df22e70b1bfb4ba52fb3b611b4605c;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index c5427aca..210594fc 100644 --- a/src/init.c +++ b/src/init.c @@ -5205,7 +5205,9 @@ static void InitGameInfo(void) { game.restart_level = FALSE; game.restart_game_message = NULL; + game.request_active = FALSE; + game.request_active_or_moving = FALSE; } static void InitPlayerInfo(void)