mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-07 18:57:12 +00:00
Remove BYTE from player user types
This commit is contained in:
parent
b1de3b9065
commit
990d3a9986
|
|
@ -65,7 +65,7 @@ protected:
|
|||
int jumpTriggerTime;
|
||||
|
||||
public:
|
||||
BYTE userType;
|
||||
std::uint8_t userType;
|
||||
int score;
|
||||
float oBob, bob;
|
||||
bool swinging;
|
||||
|
|
|
|||
Loading…
Reference in a new issue