added level editor option to sort high scores by playing time (or steps)
[rocksndiamonds.git] / src / files.c
index 4dc7fceb920713954d13f135147dec071bc433b8..133a2d2609b2515de8b5eeb3edf82d34ae65a798 100644 (file)
@@ -266,6 +266,12 @@ static struct LevelFileConfigInfo chunk_config_INFO[] =
     &li.time_score_base,               1
   },
 
+  {
+    -1,                                        -1,
+    TYPE_BOOLEAN,                      CONF_VALUE_8_BIT(13),
+    &li.rate_time_over_score,          FALSE
+  },
+
   {
     -1,                                        -1,
     -1,                                        -1,