2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 08:27:43 +00:00

CFireFlea: Set CPathFindSearch's padding to 50.0f within AcceptScriptMsg()

v0-00 sets the padding member of CPathFindSearch here to 50.0, not a
member variable that's part of the CFireFlea class.
This commit is contained in:
Lioncash
2020-02-07 16:27:53 -05:00
parent 330a1bff76
commit 16f7925652
3 changed files with 2 additions and 2 deletions

View File

@@ -56,6 +56,7 @@ public:
void SetArea(CPFArea* area) { x0_area = area; }
float GetCharacterHeight() const { return xd0_chHeight; }
void SetCharacterHeight(float h) { xd0_chHeight = h; }
void SetPadding(float padding) { xd8_padding = padding; }
float RemainingPathDistance(const zeus::CVector3f& pos) const;
void DebugDraw() const;
};