X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.c;h=210594fcded4aa7e712a7f48680c0fbeb248c822;hp=c5427aca219af9b253c46dddb7d025a6d802bce8;hb=9b8ae38bcff8bb38d72b1d352a5debff85bc6291;hpb=0dcc9cbb74fb123dcb9ef18b1e00aca24604007b 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)