X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fexport.h;h=a2bbdef9bdf3d41cacec3b72f5e44013dc9ee118;hb=2276a40b6ceb93c0e54317a6f3aa85c09e535f68;hp=bb7008940444d93850993d21f551ecd15fa5b4e6;hpb=0233176c2bf3c560162948ef0b3b4d2306b3a788;p=rocksndiamonds.git diff --git a/src/game_em/export.h b/src/game_em/export.h index bb700894..a2bbdef9 100644 --- a/src/game_em/export.h +++ b/src/game_em/export.h @@ -51,6 +51,7 @@ struct GameInfo_EM boolean use_old_push_elements; boolean use_old_push_into_acid; boolean use_wrap_around; + boolean use_push_delay; }; struct LevelInfo_EM @@ -108,7 +109,7 @@ void em_close_all(void); void InitGfxBuffers_EM(void); void InitGameEngine_EM(void); -void GameActions_EM(byte[MAX_PLAYERS], boolean); +void GameActions_EM(byte[MAX_PLAYERS]); unsigned int InitEngineRandom_EM(int);