X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_em%2Fexport.h;fp=src%2Fgame_em%2Fexport.h;h=a79a14866f545c3880544dd011375a087e27147f;hp=66dd13347f4e3a9c3318d51858bdd48baddc3e5f;hb=6b9e2be7de7ffe7020a0c47a59d717eccdccbceb;hpb=273804cdb8135fa75f8732957de8909d16ea8a73 diff --git a/src/game_em/export.h b/src/game_em/export.h index 66dd1334..a79a1486 100644 --- a/src/game_em/export.h +++ b/src/game_em/export.h @@ -36,14 +36,16 @@ struct GameInfo_EM boolean any_player_moving; boolean any_player_snapping; - boolean use_single_button; - boolean use_snap_key_bug; - int last_moving_player; int last_player_direction[MAX_PLAYERS]; struct LOGIC *lev; struct PLAYER *ply[MAX_PLAYERS]; + + // flags to handle bugs in and changes between different engine versions + boolean use_single_button; + boolean use_snap_key_bug; + boolean use_old_explosions; }; struct LevelInfo_EM