X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.c;h=b8fe9cc7125afa26aa412c06c1215c0271848911;hp=a9f061770b0532013b5f64a822ebb52a0711f780;hb=c21cf4c301f745142f3cbb4987efe6446a3a8c4e;hpb=8555e08bda91e309c9878785a5aef82ca3497394 diff --git a/src/init.c b/src/init.c index a9f06177..b8fe9cc7 100644 --- a/src/init.c +++ b/src/init.c @@ -55,6 +55,10 @@ static void InitElementProperties(void); void OpenAll(int argc, char *argv[]) { +#ifdef MSDOS + initErrorFile(); +#endif + if (options.serveronly) { NetworkServer(options.server_port, options.serveronly); @@ -473,7 +477,8 @@ void InitGfx() { "SP", TRUE }, { "DC", TRUE }, { "Font", FALSE }, - { "Font2", FALSE } + { "Font2", FALSE }, + { "Font3", FALSE } }; #else static struct PictureFileInfo pic[NUM_PICTURES] = @@ -485,7 +490,8 @@ void InitGfx() { "RocksSP", TRUE }, { "RocksDC", TRUE }, { "RocksFont", FALSE }, - { "RocksFont2", FALSE } + { "RocksFont2", FALSE }, + { "RocksFont3", FALSE } }; #endif