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/rocksndiamonds.git/?a=commitdiff_plain;h=ba42c7ae5304691518bc29463ad9d5fe77973d30;p=rocksndiamonds.git 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"