added graphical panel values for time and health (mainly for MM engine)
[rocksndiamonds.git] / src / libgame / misc.c
index 3e7719e1da6a32292a6a1339784f5ed27024150e..72e4f051bf47a44f17b66d28be20fa693e151274 100644 (file)
@@ -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"))
   {