X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=84d71d62f0b963b2e7f08fda8c9937ffbb0d6334;hp=2b3e42639250f573a3b8764e6c5c3637d5967987;hb=25324e48a023debcf7848c1c04fd4236cf7e6fb9;hpb=ae0e3de423fa4a5a60969bed8adf11e5d147b4dc diff --git a/src/main.h b/src/main.h index 2b3e4263..84d71d62 100644 --- a/src/main.h +++ b/src/main.h @@ -1990,7 +1990,7 @@ /* program information and versioning definitions */ #define PROGRAM_VERSION_MAJOR 3 #define PROGRAM_VERSION_MINOR 2 -#define PROGRAM_VERSION_PATCH 5 +#define PROGRAM_VERSION_PATCH 6 #define PROGRAM_VERSION_BUILD 0 #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" @@ -2358,6 +2358,7 @@ struct LevelInfo int initial_inventory_content[MAX_PLAYERS][MAX_INITIAL_INVENTORY_SIZE]; boolean em_slippery_gems; /* EM style "gems slip from wall" behaviour */ + boolean em_explodes_by_fire; /* EM style chain explosion behaviour */ boolean use_spring_bug; /* for compatibility with old levels */ boolean use_time_orb_bug; /* for compatibility with old levels */ boolean instant_relocation; /* no visual delay when relocating player */