mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-13 05:58:34 +00:00
fix: remove byte type alias
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
int xa, ya, za;
|
||||
int type;
|
||||
int data;
|
||||
byte yRot,xRot; // 4J added
|
||||
uint8_t yRot,xRot; // 4J added
|
||||
|
||||
private:
|
||||
void _init(shared_ptr<Entity> e, int type, int data, int xp, int yp, int zp, int yRotp, int xRotp );
|
||||
|
||||
Reference in New Issue
Block a user