added option to generally set global animations to block clicks
[rocksndiamonds.git] / src / libgame / system.h
index 8b7de610cc551a6f61802e3deaaaa4ca1f1d9752..f70b6b5fdfc950b198fd79911ed2d8ae3052331a 100644 (file)
 #define STYLE_REVERSE          (1 << 2)
 
 // values for special event handling style (used for global animation)
-#define STYLE_PASSTHROUGH      (1 << 3)
-#define STYLE_MULTIPLE_ACTIONS (1 << 4)
+#define STYLE_BLOCK            (1 << 3)
+#define STYLE_PASSTHROUGH      (1 << 4)
+#define STYLE_MULTIPLE_ACTIONS (1 << 5)
 
 #define STYLE_DEFAULT          STYLE_NONE
 
@@ -1359,6 +1360,7 @@ struct SetupInfo
   boolean sound_simple;
   boolean toons;
   boolean scroll_delay;
+  boolean forced_scroll_delay;
   int scroll_delay_value;
   char *engine_snapshot_mode;
   int engine_snapshot_memory;
@@ -1478,6 +1480,8 @@ struct TreeInfo
   boolean handicap;    // level set has no handicap when set to "false"
   boolean skip_levels; // levels can be skipped when set to "true"
 
+  boolean use_emc_tiles;// use (swapped) V5/V6 EMC tiles when set to "true"
+
   int color;           // color to use on selection screen for this level
   char *class_desc;    // description of level series class
   int handicap_level;  // number of the lowest unsolved level