X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=12c911b3a3c50f14806562099fc11be42e10bf8a;hb=fe3ae8e4140bd166879acf4732ff5209d6b22268;hp=0ee11074b35c70a2eb28e79029014135789baed7;hpb=96ae4bc398f91f3989a1dcff3f4e16216f3eef05;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 0ee11074..12c911b3 100644 --- a/src/main.h +++ b/src/main.h @@ -2596,6 +2596,7 @@ struct LevelInfo boolean use_custom_template; /* use custom properties from template file */ boolean no_valid_file; /* set when level file missing or invalid */ + boolean no_level_file; /* set when falling back to level template */ boolean changed; /* set when level was changed in the editor */