X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_mm%2Fexport.h;h=f48cd4738eb8d28d20c51455eccb2c14d7088da0;hb=05818ea4267c3e2a196071d17d8735d6f6fe65c9;hp=31c01770df18c90b5f1ad8a9f046ff18441ab0d3;hpb=95f91d5fb8835feb5b461b97607b1730baaf699b;p=rocksndiamonds.git diff --git a/src/game_mm/export.h b/src/game_mm/export.h index 31c01770..f48cd473 100644 --- a/src/game_mm/export.h +++ b/src/game_mm/export.h @@ -171,6 +171,9 @@ struct LevelInfo_MM int score[MM_LEVEL_SCORE_ELEMENTS]; int amoeba_speed; int time_fuse; + int time_bomb; + int time_ball; + int time_block; short field[MAX_PLAYFIELD_WIDTH][MAX_PLAYFIELD_HEIGHT]; };