From: Holger Schemel Date: Tue, 26 Jul 2022 22:32:27 +0000 (+0200) Subject: fixed bug with uploading tapes when score server is disabled X-Git-Tag: 4.3.3.0~77 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=7716d599a1168ec078351edc05867b1879c7c26f;hp=6deb99c9e8a8bed595f05f7fe749f4d8a192e2a3;p=rocksndiamonds.git fixed bug with uploading tapes when score server is disabled --- diff --git a/src/screens.c b/src/screens.c index 41cde998..247d24bb 100644 --- a/src/screens.c +++ b/src/screens.c @@ -10482,6 +10482,9 @@ static boolean OfferUploadTapes(void) "Upload all your tapes to the high score server now?", REQ_ASK)) return FALSE; + // when uploading tapes, make sure that high score server is enabled + runtime.use_api_server = setup.use_api_server = TRUE; + int num_tapes_uploaded = UploadTapes(); char message[100];