X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fmisc.c;h=72e4f051bf47a44f17b66d28be20fa693e151274;hb=5c6c42f1;hp=3e7719e1da6a32292a6a1339784f5ed27024150e;hpb=0c2353284cebd88f2d68cafc2acced0285a00b53;p=rocksndiamonds.git diff --git a/src/libgame/misc.c b/src/libgame/misc.c index 3e7719e1..72e4f051 100644 --- a/src/libgame/misc.c +++ b/src/libgame/misc.c @@ -2922,6 +2922,9 @@ int get_parameter_value(char *value_raw, char *suffix, int type) if (string_has_parameter(value, "inner_corners")) result |= STYLE_INNER_CORNERS; + + if (string_has_parameter(value, "reverse")) + result |= STYLE_REVERSE; } else if (strEqual(suffix, ".fade_mode")) {