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