added runtime flag to store if high score server is available
[rocksndiamonds.git] / src / libgame / system.c
index 3d23f5fad085a43384e3f091935e9f89d89ef266..edae9c60944407647aa230587271253dba7938fd 100644 (file)
@@ -127,6 +127,8 @@ void InitRuntimeInfo()
 #else
   runtime.uses_touch_device = FALSE;
 #endif
+
+  runtime.api_server = setup.api_server;
 }
 
 void InitScoresInfo(void)