X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=68b2cd695d0b50fc80a4d3f89f2405fd1435ce69;hb=0196637b0c226707f177cf52c7c1182bf08e7956;hp=1ed645e206ae8b9883d7eaede991823e89af04c3;hpb=c56a469fbdd802f49ec27521a9a180f8db98fd5e;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 1ed645e2..68b2cd69 100644 --- a/src/main.h +++ b/src/main.h @@ -3466,6 +3466,7 @@ struct LevelInfo int initial_inventory_size[MAX_PLAYERS]; int initial_inventory_content[MAX_PLAYERS][MAX_INITIAL_INVENTORY_SIZE]; + boolean bd_diagonal_movements; // BD style diagonal movements 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