mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-14 14:02:00 +00:00
TU24
This commit is contained in:
@@ -238,18 +238,6 @@ void Zombie::updateSize(bool isBaby)
|
||||
setSize(0.6f, 1.8f * scale);
|
||||
}
|
||||
|
||||
// TU25 Addition
|
||||
float Zombie::getEyeHeight()
|
||||
{
|
||||
//TODO: Use LCE one instead of JAVA
|
||||
float f = 1.74F;
|
||||
|
||||
if (isBaby())
|
||||
f -= 0.81;
|
||||
|
||||
return f;
|
||||
}
|
||||
|
||||
int Zombie::getAmbientSound()
|
||||
{
|
||||
return eSoundType_MOB_ZOMBIE_AMBIENT;
|
||||
@@ -514,4 +502,4 @@ Zombie::ZombieGroupData::ZombieGroupData(bool baby, bool villager)
|
||||
{
|
||||
isBaby = baby;
|
||||
isVillager = villager;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user