X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fmisc.c;h=fb265fab44a1c633590580a7c81949be7682577b;hb=b3be19debfe6a782dced04fe3ee4406b7d8a2135;hp=4a71d544c166cd0563494cc18d2d4078fbe4a385;hpb=ee8086c220663ad470ed61b1cef90eeb66be5cb1;p=rocksndiamonds.git diff --git a/src/libgame/misc.c b/src/libgame/misc.c index 4a71d544..fb265fab 100644 --- a/src/libgame/misc.c +++ b/src/libgame/misc.c @@ -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")) {