added showing game actions after game end when request door opens/closes
[rocksndiamonds.git] / src / game.h
index dee1bdb1c71292b22350fb235d64d334b9a7ac33..c555578b4ae8ce4a2f8755d380e51bcb18d7aced 100644 (file)
@@ -246,7 +246,6 @@ struct GameInfo
 
   // values for special request dialog control
   boolean request_active;
-  boolean request_active_or_moving;
 
   // values for special game control
   int centered_player_nr;
@@ -276,6 +275,8 @@ struct GameInfo
   int LevelSolved_CountingTime;
   int LevelSolved_CountingScore;
   int LevelSolved_CountingHealth;
+
+  boolean RestartGameRequested;
 };
 
 struct PlayerInfo