X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_em%2Fexport.h;h=bb7008940444d93850993d21f551ecd15fa5b4e6;hb=0233176c2bf3c560162948ef0b3b4d2306b3a788;hp=51401e679cc582b19888ed70bdfc3a111419c10a;hpb=f57f48cdc063590f02921611aaa54a5a399c5da1;p=rocksndiamonds.git diff --git a/src/game_em/export.h b/src/game_em/export.h index 51401e67..bb700894 100644 --- a/src/game_em/export.h +++ b/src/game_em/export.h @@ -45,6 +45,7 @@ struct GameInfo_EM // flags to handle bugs in and changes between different engine versions boolean use_single_button; boolean use_snap_key_bug; + boolean use_random_bug; boolean use_old_explosions; boolean use_old_android; boolean use_old_push_elements; @@ -107,7 +108,7 @@ void em_close_all(void); void InitGfxBuffers_EM(void); void InitGameEngine_EM(void); -void GameActions_EM(byte *, boolean); +void GameActions_EM(byte[MAX_PLAYERS], boolean); unsigned int InitEngineRandom_EM(int);