X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=8c0f26e3ede53fd49e6feccfa6ed995f635d7e54;hb=1cf0e16ba9bfee0897a02d4a7d9d2eccfb8f04b3;hp=6adf67db99c57c5a005bbe4185c52b1bfe68714c;hpb=ec32314a7ce9f3ac478d7fdecf85ed949816bdc1;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index 6adf67db..8c0f26e3 100644 --- a/src/init.c +++ b/src/init.c @@ -5232,7 +5232,6 @@ static void InitSetup(void) LoadUserSetup(); // global user number LoadSetup(); // global setup info - LoadSetup_AutoSetup(); // global auto setup info // set some options from setup file @@ -6333,8 +6332,6 @@ void OpenAll(void) DrawMainMenu(); - CheckUploadTapes(); - #if 0 Debug("internal:path", "SDL_GetBasePath() == '%s'", SDL_GetBasePath());