X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=336fe8c9a806eb1493c343759489d395874a3d33;hb=9568a8a313939c3cafcc1e25b9f5625403797373;hp=b535fed953f1dd34de643eb4a5706a86630ceca3;hpb=f652f5fcb0775d8dceaa6f6998d93037b3f6eef7;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index b535fed9..336fe8c9 100644 --- a/src/main.h +++ b/src/main.h @@ -3027,6 +3027,8 @@ struct LevelInfo boolean use_custom_template; /* use custom properties from template file */ + boolean file_has_custom_elements; /* set when level file contains CEs */ + boolean no_valid_file; /* set when level file missing or invalid */ boolean no_level_file; /* set when falling back to level template */