X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame.h;h=10ae3eaf9e7a8378f79daecd7055b6d2be1bddef;hp=d46982d7f33c6f9219ebbd90d0be7c244e1b7617;hb=f2d0f3fed679ea3573f51aa298adce2d9a78d8be;hpb=b1e5d6292d3b60eb17f1f5e7e0ff7bdec80eece0 diff --git a/src/game.h b/src/game.h index d46982d7..10ae3eaf 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 */