X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=71ad7a0a3b8084c0296b9464c340b8522f15613d;hb=8cea50fbd1b74a2bc164a79cbd26bdbb3abd6689;hp=dadb6735f86859b5aaa45d834090444c74254c80;hpb=c74a890afba46c41f6ba6ef691bc89da0dd0135c;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index dadb6735..71ad7a0a 100644 --- a/src/game.h +++ b/src/game.h @@ -29,8 +29,8 @@ struct GameInfo /* constant within running game */ int engine_version; int emulation; - int initial_move_delay; - int initial_move_delay_value; + int initial_move_delay[MAX_PLAYERS]; + int initial_move_delay_value[MAX_PLAYERS]; int initial_push_delay_value; /* flags to handle bugs in and changes between different engine versions */ @@ -109,10 +109,14 @@ struct PlayerInfo boolean can_fall_into_acid; + boolean gravity; + boolean LevelSolved, GameOver; int last_move_dir; + boolean is_active; + boolean is_waiting; boolean is_moving; boolean is_auto_moving;