added option to generally set global animations to block clicks
[rocksndiamonds.git] / src / libgame / system.h
index a949914ee1cbb900faa42aab4e71da903d54fa1a..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