Remove BYTE from player user types

This commit is contained in:
notmatthewbeshay 2026-03-10 07:29:06 +11:00
parent b1de3b9065
commit 990d3a9986

View file

@ -65,7 +65,7 @@ protected:
int jumpTriggerTime;
public:
BYTE userType;
std::uint8_t userType;
int score;
float oBob, bob;
bool swinging;