added "multiple_actions" option for clickable global animations
[rocksndiamonds.git] / src / libgame / misc.c
index 4a71d544c166cd0563494cc18d2d4078fbe4a385..fb265fab44a1c633590580a7c81949be7682577b 100644 (file)
@@ -2931,6 +2931,9 @@ int get_parameter_value(char *value_raw, char *suffix, int type)
 
     if (string_has_parameter(value, "passthrough_clicks"))
       result |= STYLE_PASSTHROUGH;
+
+    if (string_has_parameter(value, "multiple_actions"))
+      result |= STYLE_MULTIPLE_ACTIONS;
   }
   else if (strEqual(suffix, ".fade_mode"))
   {