added initializing level data from level template if no level file exists
[rocksndiamonds.git] / src / main.h
index 0ee11074b35c70a2eb28e79029014135789baed7..12c911b3a3c50f14806562099fc11be42e10bf8a 100644 (file)
@@ -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 */