rnd-19991005-1-src
[rocksndiamonds.git] / src / init.c
index 4adf31ec62cf114fa6ccddeb73987d08ba1ea5e0..64b0ae4eebecbbf16f01283f7cbda7c35401b5ab 100644 (file)
@@ -111,7 +111,7 @@ void InitLevelAndPlayerInfo()
   LoadLevelInfo();                             /* global level info */
   LoadSetup();                                 /* global setup info */
   LoadLevelSetup_LastSeries();                 /* last played series info */
-  LoadLevelSetup_SeriesInfo(leveldir_nr);      /* last played level info */
+  LoadLevelSetup_SeriesInfo();                 /* last played level info */
 }
 
 void InitNetworkServer()
@@ -476,6 +476,7 @@ void InitGfx()
     { "Toons", TRUE },
     { "SP",    TRUE },
     { "DC",    TRUE },
+    { "More",  TRUE },
     { "Font",  FALSE },
     { "Font2", FALSE },
     { "Font3", FALSE }
@@ -489,6 +490,7 @@ void InitGfx()
     { "RocksToons",    TRUE },
     { "RocksSP",       TRUE },
     { "RocksDC",       TRUE },
+    { "RocksMore",     TRUE },
     { "RocksFont",     FALSE },
     { "RocksFont2",    FALSE },
     { "RocksFont3",    FALSE }