added style value for key arrangement on game panel (not used yet)
[rocksndiamonds.git] / src / files.c
index ac928e8f599532dc8837a180c19e37ab35d358c8..271e428395d6a30d2d832fe6f0ff5aaed6c12d1b 100644 (file)
@@ -10455,6 +10455,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, "leftmost_position"))
+      result |= STYLE_LEFTMOST_POSITION;
+
     if (string_has_parameter(value, "block_clicks"))
       result |= STYLE_BLOCK;