X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fexport.h;h=7f31d68cdb2eeb741e6b8b06d5c166049997a12e;hb=a1658d14b0ff3ddb46cc075aba1dddf7d01c6442;hp=b628a8d04c3b16ae3cee8b7479bd175abacaf173;hpb=7f33353a6e8ce4dc9a3b7a604a4c7deb836544f7;p=rocksndiamonds.git diff --git a/src/game_mm/export.h b/src/game_mm/export.h index b628a8d0..7f31d68c 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,7 @@ struct LevelInfo_MM int num_ball_contents; int ball_choice_mode; int ball_content[MM_MAX_BALL_CONTENTS]; + boolean rotate_ball_content; short field[MAX_PLAYFIELD_WIDTH][MAX_PLAYFIELD_HEIGHT]; };