summaryrefslogtreecommitdiffstats
path: root/src/GameState.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GameState.hpp')
-rw-r--r--src/GameState.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GameState.hpp b/src/GameState.hpp
index bee89bf..4894628 100644
--- a/src/GameState.hpp
+++ b/src/GameState.hpp
@@ -42,8 +42,8 @@ public:
int g_PlayerEid = 0;
int g_Gamemode = 0;
int g_Dimension = 0;
- byte g_Difficulty = 0;
- byte g_MaxPlayers = 0;
+ unsigned char g_Difficulty = 0;
+ unsigned char g_MaxPlayers = 0;
std::string g_LevelType = "";
bool g_ReducedDebugInfo = false;
Vector g_SpawnPosition;