removed "create CE image" command from "usage" output
[rocksndiamonds.git] / src / libgame / system.c
index f186c143d298cfd4c933e19938e8b226d13b5d41..3eb9c62d55dc4e42d32de21e5459c876d7542f3d 100644 (file)
@@ -103,7 +103,7 @@ void InitProgramInfo(char *argv0, char *config_filename, char *userdata_subdir,
   program.log_file[LOG_OUT_ID] = program.log_file_default[LOG_OUT_ID] = stdout;
   program.log_file[LOG_ERR_ID] = program.log_file_default[LOG_ERR_ID] = stderr;
 
-  program.system_uuid = NULL;
+  program.api_thread_count = 0;
 
   program.headless = FALSE;
 }
@@ -130,7 +130,7 @@ void InitRuntimeInfo()
   runtime.uses_touch_device = FALSE;
 #endif
 
-  runtime.api_server = setup.api_server;
+  runtime.use_api_server = setup.use_api_server;
 }
 
 void SetWindowTitle(void)