X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=c555578b4ae8ce4a2f8755d380e51bcb18d7aced;hb=d1a0dcb3;hp=7eb19cdedbb1e7d60b241dabdc915803dd587975;hpb=90faeaee222acbf966229f09465e90e46c4ae6aa;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 7eb19cde..c555578b 100644 --- a/src/game.h +++ b/src/game.h @@ -163,6 +163,8 @@ struct GameInfo boolean use_masked_pushing; boolean use_masked_elements; boolean use_masked_elements_initial; + int forced_scroll_x; + int forced_scroll_y; int forced_scroll_delay_value; int scroll_delay_value; int tile_size; @@ -244,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; @@ -274,6 +275,8 @@ struct GameInfo int LevelSolved_CountingTime; int LevelSolved_CountingScore; int LevelSolved_CountingHealth; + + boolean RestartGameRequested; }; struct PlayerInfo