X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=210594fcded4aa7e712a7f48680c0fbeb248c822;hb=refs%2Fheads%2Fmaster-next-minor-release;hp=c5427aca219af9b253c46dddb7d025a6d802bce8;hpb=4bc6719c189911811c4ae1f06ffd7131b3ba5d9d;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)