Skip to content

Commit

Permalink
v2.5.4: Enabled updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 committed Mar 27, 2021
1 parent f2bc520 commit 23d8984
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions api/configuration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion src/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down

0 comments on commit 23d8984

Please sign in to comment.