X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=7802e8e9a7da848e6abd41291bbbe3c0b61d66b2;hb=456850f38548906c013fb29dd03f2171021ee9ec;hp=3f8c253b14c014b904424b6ba23351ddbcb03482;hpb=498b10acf9223cfb6505c574dc12c890d1950a21;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index 3f8c253b..7802e8e9 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 @@ -5530,7 +5529,7 @@ static void InitGfx(void) DrawProgramInfo(); - DrawInitText("Loading graphics", 120, FC_GREEN); + DrawInitTextHead("Loading graphics"); // initialize settings for busy animation with default values int parameter[NUM_GFX_ARGS]; @@ -6333,6 +6332,9 @@ void OpenAll(void) DrawMainMenu(); + // needed once to offer uploading score tapes after starting the program + CheckUploadTapes(); + #if 0 Debug("internal:path", "SDL_GetBasePath() == '%s'", SDL_GetBasePath());