X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.h;h=7191591934a3f0ea634eb5edc7dce246ef804570;hb=59ebfb26e98f4c3211d59f21fefbe686c4cd27d3;hp=3b735c4cfff99697897e3eb9351dd61a5e353c5e;hpb=dc9fe7359bd0b8dea49f46b9fb2e59f006200a63;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 3b735c4c..71915919 100644 --- a/src/main.h +++ b/src/main.h @@ -2539,6 +2539,7 @@ enum ACTION_TWINKLING, ACTION_SPLASHING, ACTION_HITTING, + ACTION_FLYING, ACTION_PAGE_1, ACTION_PAGE_2, ACTION_PAGE_3, @@ -3619,7 +3620,14 @@ struct LevelInfo int bd_pushing_prob_with_sweet; // BD player probability to push rocks after eating sweet boolean bd_push_mega_rock_with_sweet; // BD player can push mega rocks after eating sweet boolean bd_magic_wall_wait_hatching; // BD magic wall waits for player's birth - boolean bd_magic_wall_stops_amoeba; // BD magic wall turns amoeba to diamonds + boolean bd_magic_wall_stops_amoeba; // BD magic wall can stop amoeba and turn to diamonds + int bd_magic_wall_diamond_to; // BD magic wall turns diamonds to specified element + int bd_magic_wall_rock_to; // BD magic wall turns rocks to specified element + int bd_magic_wall_mega_rock_to; // BD magic wall turns mega rocks to specified element + int bd_magic_wall_nut_to; // BD magic wall turns nuts to specified element + int bd_magic_wall_nitro_pack_to; // BD magic wall turns nitro packs to specified element + int bd_magic_wall_flying_diamond_to; // BD magic wall turns flying diamonds to specified element + int bd_magic_wall_flying_rock_to; // BD magic wall turns flying rocks to specified element boolean bd_amoeba_wait_for_hatching; // BD amoeba waits for player's birth boolean bd_amoeba_start_immediately; // BD amoeba growth starts immediately boolean bd_amoeba_2_explode_by_amoeba;// BD amoeba 2 explodes if touched by BD amoeba