X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_mm%2Fexport.h;h=1cbf0b6a1f4e067ba2cb6431e2f85362109d3ae7;hb=4ed8ff5e4233a4d180895ac32d162f1bf568c6cd;hp=b628a8d04c3b16ae3cee8b7479bd175abacaf173;hpb=e81db25c94af29e469fe78f4217089b111a39eff;p=rocksndiamonds.git diff --git a/src/game_mm/export.h b/src/game_mm/export.h index b628a8d0..1cbf0b6a 100644 --- a/src/game_mm/export.h +++ b/src/game_mm/export.h @@ -34,7 +34,7 @@ #define EL_MM_START_1_NATIVE 0 -#define EL_MM_END_1_NATIVE 155 +#define EL_MM_END_1_NATIVE 159 #define EL_MM_CHAR_START_NATIVE 160 #define EL_MM_CHAR_END_NATIVE 239 @@ -179,6 +179,8 @@ struct LevelInfo_MM int num_ball_contents; int ball_choice_mode; int ball_content[MM_MAX_BALL_CONTENTS]; + boolean rotate_ball_content; + boolean explode_ball; short field[MAX_PLAYFIELD_WIDTH][MAX_PLAYFIELD_HEIGHT]; };