projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eca4791
)
added asking for and uploading tapes to score server after changing user
author
Holger Schemel
<info@artsoft.org>
Wed, 13 Oct 2021 09:32:49 +0000
(11:32 +0200)
committer
Holger Schemel
<info@artsoft.org>
Wed, 13 Oct 2021 09:32:49 +0000
(11:32 +0200)
src/init.c
patch
|
blob
|
history
src/screens.c
patch
|
blob
|
history
diff --git
a/src/init.c
b/src/init.c
index 4b8753ff6c7494a7aa20a2ee7b7b5ad550d6d955..7802e8e9a7da848e6abd41291bbbe3c0b61d66b2 100644
(file)
--- a/
src/init.c
+++ b/
src/init.c
@@
-6332,6
+6332,7
@@
void OpenAll(void)
DrawMainMenu();
+ // needed once to offer uploading score tapes after starting the program
CheckUploadTapes();
#if 0
diff --git
a/src/screens.c
b/src/screens.c
index 339b8b6c593cc3dfe4bef7c7c64affc9a91bcf5a..47777fa23d825d853309e856707f24e64023208a 100644
(file)
--- a/
src/screens.c
+++ b/
src/screens.c
@@
-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();
}
}
}