diff --git a/Minecraft.World/Player/Player.h b/Minecraft.World/Player/Player.h index dfd125601..04cce224b 100644 --- a/Minecraft.World/Player/Player.h +++ b/Minecraft.World/Player/Player.h @@ -65,7 +65,7 @@ protected: int jumpTriggerTime; public: - BYTE userType; + std::uint8_t userType; int score; float oBob, bob; bool swinging;