X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=12c911b3a3c50f14806562099fc11be42e10bf8a;hp=0ee11074b35c70a2eb28e79029014135789baed7;hb=fce2b199f289e67a471d3bfe0bafe9decee86420;hpb=04b6a442e77073cbe0c99f3f343a737d471c3312 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 */