Sorted a few constructors to remove warnings.
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
|
||||
cWolf::cWolf(void) :
|
||||
super("Wolf", mtWolf, "mob.wolf.hurt", "mob.wolf.death", 0.6, 0.8),
|
||||
m_IsAngry(false),
|
||||
m_IsTame(false),
|
||||
m_IsSitting(false),
|
||||
m_IsTame(false),
|
||||
m_IsBegging(false),
|
||||
m_IsAngry(false),
|
||||
m_OwnerName(""),
|
||||
m_CollarColor(14)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user