X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=64b0ae4eebecbbf16f01283f7cbda7c35401b5ab;hb=6a5685ceb73a6e3375ff32c0d6ff383eac9a2a9d;hp=4adf31ec62cf114fa6ccddeb73987d08ba1ea5e0;hpb=11c94b20f4d8020213d2df5fde3637e837a03f05;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index 4adf31ec..64b0ae4e 100644 --- a/src/init.c +++ b/src/init.c @@ -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 }