X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_em%2Fexport.h;h=365cafe863a6b2bcc29b0166838a25d429a65bb7;hp=0968f1d64b12491809da4b153c0309f22d79519c;hb=520916c89d7d96944bf3d66e3caa5afd840df74c;hpb=49e5cc70747062c45172e6106b8bec41d2e859ad diff --git a/src/game_em/export.h b/src/game_em/export.h index 0968f1d6..365cafe8 100644 --- a/src/game_em/export.h +++ b/src/game_em/export.h @@ -666,6 +666,9 @@ struct GameInfo_EM { boolean any_player_moving; boolean any_player_snapping; + + boolean use_single_button; + int last_moving_player; int last_player_direction[MAX_PLAYERS]; }; @@ -678,6 +681,9 @@ struct LevelInfo_EM struct LEVEL *lev; struct PLAYER *ply[MAX_PLAYERS]; + + /* used for runtime values */ + struct GameInfo_EM *game_em; }; struct GraphicInfo_EM @@ -721,6 +727,7 @@ struct EngineSnapshotInfo_EM /* ------------------------------------------------------------------------- */ extern struct GlobalInfo_EM global_em_info; +extern struct GameInfo_EM game_em; extern struct LevelInfo_EM native_em_level; extern struct GraphicInfo_EM graphic_info_em_object[TILE_MAX][8]; extern struct GraphicInfo_EM graphic_info_em_player[MAX_PLAYERS][SPR_MAX][8];