added asking for and uploading tapes to score server after changing user
[rocksndiamonds.git] / src / init.c
index ae0e16c8b9c0cc41e23d2b793e7f2777fb5ed116..7802e8e9a7da848e6abd41291bbbe3c0b61d66b2 100644 (file)
@@ -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,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());