From bdc3f4a198c3f047389b159e67f7e6131e053ea6 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Wed, 3 Jan 2018 21:47:11 +0500 Subject: Fixed compilation errors --- src/GameState.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/GameState.hpp') 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; -- cgit v1.2.3