X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ffiles.c;h=54835e281f2136a93ba98abcf09ad7b074e122c8;hb=1651b494b33800344452c3e88fa54412063393ab;hp=fd7cfcf4b78e4e143f7a79e60970e2954e6be8b9;hpb=76966ac62fb1c36c12b64d60915afcbe149635ff;p=rocksndiamonds.git diff --git a/src/files.c b/src/files.c index fd7cfcf4..54835e28 100644 --- a/src/files.c +++ b/src/files.c @@ -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;