From: Holger Schemel Date: Sun, 19 Sep 2021 11:38:51 +0000 (+0200) Subject: added hard-coding test mode for high score server X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=2f201a0b5399df9d3b9614dcd66ea7f3d2f0edd4 added hard-coding test mode for high score server --- diff --git a/src/libgame/system.h b/src/libgame/system.h index 6d94d4f1..c4b5bc39 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -113,6 +113,8 @@ #define API_SERVER_URI_GET "/api/scores/get" #define API_SERVER_URI_RENAME "/api/players/rename" +#define TESTING + #if defined(TESTING) #undef API_SERVER_HOSTNAME #define API_SERVER_HOSTNAME "api-test.artsoft.org"