Added CustomName to cMonster.
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
|
||||
|
||||
|
||||
cPawn::cPawn(eEntityType a_EntityType, double a_Width, double a_Height):
|
||||
super(a_EntityType, 0, 0, 0, a_Width, a_Height),
|
||||
m_EntityEffects(tEffectMap())
|
||||
cPawn::cPawn(eEntityType a_EntityType, double a_Width, double a_Height) :
|
||||
super(a_EntityType, 0, 0, 0, a_Width, a_Height)
|
||||
, m_EntityEffects(tEffectMap())
|
||||
{
|
||||
}
|
||||
|
||||
@@ -111,3 +111,6 @@ void cPawn::ClearEntityEffects()
|
||||
RemoveEntityEffect(EffectType);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user