mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-07-11 12:19:20 +00:00
Use BYTE Win Typedef instead of byte typedef from Minecraft.World
This commit is contained in:
@@ -433,7 +433,7 @@ bool Animal::canMate(shared_ptr<Animal> partner)
|
||||
return isInLove() && partner->isInLove();
|
||||
}
|
||||
|
||||
void Animal::handleEntityEvent(byte id)
|
||||
void Animal::handleEntityEvent(BYTE id)
|
||||
{
|
||||
if (id == EntityEvent::IN_LOVE_HEARTS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user