rnd-20080802-1-src
[rocksndiamonds.git] / src / files.c
index c3676315d254b2fda0038dddc3e2925ae7dd312e..c32777225a076a5a2477b678b15150dbe8b2a627 100644 (file)
@@ -182,6 +182,12 @@ static struct LevelFileConfigInfo chunk_config_INFO[] =
     &li.gems_needed,                   0
   },
 
+  {
+    -1,                                        -1,
+    TYPE_INTEGER,                      CONF_VALUE_32_BIT(2),
+    &li.random_seed,                   0
+  },
+
   {
     -1,                                        -1,
     TYPE_BOOLEAN,                      CONF_VALUE_8_BIT(2),