X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=69d8e51bac8ab17c32094a81b4773f10f3aa2491;hb=514321a85f7dda02848a3ce78667329f9c891156;hp=34e646e59faa984b0e66de8029bdc75cb7459a06;hpb=09f90416c51f96c37bf133690eb3dcdaf6dd997c;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 34e646e5..69d8e51b 100644 --- a/src/main.h +++ b/src/main.h @@ -987,6 +987,8 @@ struct LevelInfo boolean gravity; boolean em_slippery_gems; /* EM style "gems slip from wall" behaviour */ + short custom_element_successor[NUM_CUSTOM_ELEMENTS]; + boolean no_level_file; };