X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=094a225e21ba432b4c9c71e3f228dfce2458ac4c;hb=0078fa1620abed262370083c0c6aa475a25e1b04;hp=e07ea102e26ee56ab13af0f8f23aa7edd36a7c28;hpb=d8e3568accbc475855027f7199e55543dc4d1ddf;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index e07ea102..094a225e 100644 --- a/src/init.c +++ b/src/init.c @@ -4694,7 +4694,7 @@ void KeyboardAutoRepeatOffUnlessAutoplay() void OpenAll() { - InitGlobal(); /* initialize some global variables */ + InitGlobal(); /* initialize some global variables */ if (options.execute_command) Execute_Command(options.execute_command); @@ -4706,7 +4706,8 @@ void OpenAll() #else Error(ERR_WARN, "networking only supported in Unix version"); #endif - exit(0); /* never reached */ + + exit(0); /* never reached, server loops forever */ } InitSetup();