From 2f201a0b5399df9d3b9614dcd66ea7f3d2f0edd4 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 19 Sep 2021 13:38:51 +0200 Subject: [PATCH] added hard-coding test mode for high score server --- src/libgame/system.h | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.34.1