Second round of fixes
* Implemented suggestions
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
|
||||
cEnderman::cEnderman(void) :
|
||||
// TODO: The size is only a guesstimate, measure in vanilla and fix the size values here
|
||||
super("Enderman", 58, "mob.endermen.hit", "mob.endermen.death", 0.5, 2.5)
|
||||
super("Enderman", 58, "mob.endermen.hit", "mob.endermen.death", 0.5, 2.5),
|
||||
m_bIsScreaming(false),
|
||||
CarriedBlock(E_BLOCK_AIR),
|
||||
CarriedMeta(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user