added asking for and uploading tapes to score server after changing user
authorHolger Schemel <info@artsoft.org>
Wed, 13 Oct 2021 09:32:49 +0000 (11:32 +0200)
committerHolger Schemel <info@artsoft.org>
Wed, 13 Oct 2021 09:32:49 +0000 (11:32 +0200)
src/init.c
src/screens.c

index 4b8753ff6c7494a7aa20a2ee7b7b5ad550d6d955..7802e8e9a7da848e6abd41291bbbe3c0b61d66b2 100644 (file)
@@ -6332,6 +6332,7 @@ void OpenAll(void)
 
   DrawMainMenu();
 
+  // needed once to offer uploading score tapes after starting the program
   CheckUploadTapes();
 
 #if 0
index 339b8b6c593cc3dfe4bef7c7c64affc9a91bcf5a..47777fa23d825d853309e856707f24e64023208a 100644 (file)
@@ -5116,6 +5116,9 @@ static void HandleChooseTree(int mx, int my, int dx, int dy, int button,
          SetGameStatus(GAME_MODE_MAIN);
 
          DrawMainMenu();
+
+         // needed once to offer uploading score tapes after changing user
+         CheckUploadTapes();
        }
       }
     }