added level value to use time score for 1 or 10 seconds left (not used yet)
[rocksndiamonds.git] / src / files.c
index 65fb1bdc22b4ad158443ed7482b014aef6bfea63..bd4c0cc614a6b39d95708040a945d7fee66003bc 100644 (file)
@@ -258,6 +258,12 @@ static struct LevelFileConfigInfo chunk_config_INFO[] =
     &li.solved_by_one_player,          FALSE
   },
 
+  {
+    -1,                                        -1,
+    TYPE_INTEGER,                      CONF_VALUE_8_BIT(12),
+    &li.time_score_base,               1
+  },
+
   {
     -1,                                        -1,
     -1,                                        -1,