cPawn::cPawn(eEntityType a_EntityType, double a_Width, double a_Height) : super(a_EntityType, 0, 0, 0, a_Width, a_Height) , m_EntityEffects(tEffectMap()) { SetGravity(-32.0f); SetAirDrag(0.02f); }
cPawn::cPawn(eEntityType a_EntityType, double a_Width, double a_Height) : super(a_EntityType, 0, 0, 0, a_Width, a_Height), m_EntityEffects(tEffectMap()), m_LastGroundHeight(0), m_bTouchGround(false) { SetGravity(-32.0f); SetAirDrag(0.02f); }
cPawn::cPawn(eEntityType a_EntityType, double a_Width, double a_Height): super(a_EntityType, 0, 0, 0, a_Width, a_Height), m_EntityEffects(tEffectMap()) { }