added "multiple_actions" option for clickable global animations
[rocksndiamonds.git] / src / libgame / system.h
index e396a369212db4e87817f1a6f8b7e8d5e063ff80..1b2b079b701878004f37a63b9a023ce7457d531a 100644 (file)
 
 /* values for special event handling style (used for global animation) */
 #define STYLE_PASSTHROUGH      (1 << 3)
+#define STYLE_MULTIPLE_ACTIONS (1 << 4)
 
 #define STYLE_DEFAULT          STYLE_NONE