diff --git a/api/configuration.hpp b/api/configuration.hpp index 6cb803b8..d418537e 100644 --- a/api/configuration.hpp +++ b/api/configuration.hpp @@ -84,8 +84,8 @@ struct configuration { // The following fields are available in API version 10.2 and later. bool snooperEnabled; - // The following fields are available in API version 10.3 and later. - bool keepOpenOnShutdown; + // The following fields are available in API version 10.3 and later. + bool keepOpenOnShutdown; }; // A smaller structure that holds the configuration for a single computer. @@ -95,9 +95,9 @@ struct computer_configuration { bool loadFailure; bool startFullscreen; - // The following fields are available in API version 10.3 and later. - int computerWidth; - int computerHeight; + // The following fields are available in API version 10.3 and later. + int computerWidth; + int computerHeight; }; #endif \ No newline at end of file diff --git a/src/util.hpp b/src/util.hpp index 303ad84a..a033d415 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -26,7 +26,7 @@ extern "C" { #define CRAFTOSPC_VERSION "v2.5.4" #define CRAFTOSPC_CC_VERSION "1.95.3" -#define CRAFTOSPC_INDEV true +#define CRAFTOSPC_INDEV false // for some reason Clang complains if this isn't present #ifdef __clang__