added option to generally set global animations to block clicks
[rocksndiamonds.git] / src / files.c
index fd7cfcf4b78e4e143f7a79e60970e2954e6be8b9..54835e281f2136a93ba98abcf09ad7b074e122c8 100644 (file)
@@ -10309,6 +10309,9 @@ int get_parameter_value(char *value_raw, char *suffix, int type)
     if (string_has_parameter(value, "reverse"))
       result |= STYLE_REVERSE;
 
+    if (string_has_parameter(value, "block_clicks"))
+      result |= STYLE_BLOCK;
+
     if (string_has_parameter(value, "passthrough_clicks"))
       result |= STYLE_PASSTHROUGH;