X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=71ad7a0a3b8084c0296b9464c340b8522f15613d;hb=03f1156cc40e36c17e19a1c9ee02f0cbd70b8989;hp=d46982d7f33c6f9219ebbd90d0be7c244e1b7617;hpb=b1e5d6292d3b60eb17f1f5e7e0ff7bdec80eece0;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index d46982d7..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 */ @@ -115,6 +115,8 @@ struct PlayerInfo int last_move_dir; + boolean is_active; + boolean is_waiting; boolean is_moving; boolean is_auto_moving;