diff options
Diffstat (limited to 'src/enums')
-rw-r--r-- | src/enums/input/inputaction.h | 4 | ||||
-rw-r--r-- | src/enums/state.h | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/src/enums/input/inputaction.h b/src/enums/input/inputaction.h index 5abfd9d14..0ca6512f1 100644 --- a/src/enums/input/inputaction.h +++ b/src/enums/input/inputaction.h @@ -26,10 +26,10 @@ #include "enums/simpletypes/enumdefines.h" -#ifdef WIN32 +#ifdef _WIN32 #undef ERROR #undef IGNORE -#endif // WIN32 +#endif // _WIN32 /** * All the key functions. diff --git a/src/enums/state.h b/src/enums/state.h index 4784428dc..5471897c8 100644 --- a/src/enums/state.h +++ b/src/enums/state.h @@ -26,9 +26,9 @@ #include "enums/simpletypes/enumdefines.h" -#ifdef WIN32 +#ifdef _WIN32 #undef ERROR -#endif // WIN32 +#endif // _WIN32 enumStart(State) { @@ -61,6 +61,7 @@ enumStart(State) CHANGEEMAIL_SUCCESS, SWITCH_SERVER, SWITCH_LOGIN, + SWITCH_WORLD, // Technically 'Switch World or Logout' SWITCH_CHARACTER, // 30 LOGOUT_ATTEMPT, WAIT, |