mirror of https://github.com/AxioDL/metaforce.git
CFlaahgra: Remove redundant (non-existent?) method
This commit is contained in:
parent
7833b9532b
commit
015f9c06ae
|
@ -734,7 +734,7 @@ void CFlaahgra::UpdateAimPosition(CStateManager& mgr, float dt) {
|
||||||
return;
|
return;
|
||||||
|
|
||||||
zeus::CVector3f vec;
|
zeus::CVector3f vec;
|
||||||
if (x780_ == 0 || x8e4_28_ || sub_801ae638() || sub801e4f8())
|
if (x780_ == 0 || x8e4_28_ || sub_801ae638() || sub801ae650())
|
||||||
vec = head->GetTranslation();
|
vec = head->GetTranslation();
|
||||||
else
|
else
|
||||||
vec = GetTranslation() + zeus::CVector3f(0.f, 0.f, 3.7675f) +
|
vec = GetTranslation() + zeus::CVector3f(0.f, 0.f, 3.7675f) +
|
||||||
|
|
|
@ -177,7 +177,6 @@ class CFlaahgra : public CPatterned {
|
||||||
void SetupHealthInfo(CStateManager&);
|
void SetupHealthInfo(CStateManager&);
|
||||||
zeus::CVector3f GetAttackTargetPos(const CStateManager& mgr) const;
|
zeus::CVector3f GetAttackTargetPos(const CStateManager& mgr) const;
|
||||||
void RattlePlayer(CStateManager& mgr, const zeus::CVector3f& vec);
|
void RattlePlayer(CStateManager& mgr, const zeus::CVector3f& vec);
|
||||||
bool sub801e4f8() const { return x7a8_ == 0 || x7a8_ == 1; }
|
|
||||||
void CalculateFallDirection();
|
void CalculateFallDirection();
|
||||||
void UpdateHeadDamageVulnerability(CStateManager&, bool);
|
void UpdateHeadDamageVulnerability(CStateManager&, bool);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue