added variable to store if request dialog is active or opening/closing
[rocksndiamonds.git] / src / init.c
index c5427aca219af9b253c46dddb7d025a6d802bce8..210594fcded4aa7e712a7f48680c0fbeb248c822 100644 (file)
@@ -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)