mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-13 10:06:10 +00:00
CActorContraption fixes, better CMake dependency handling
This commit is contained in:
@@ -21,7 +21,7 @@ private:
|
||||
float x5a0_headbuttDist = FLT_MAX;
|
||||
float x5a4_jumpBackwardDist = FLT_MAX;
|
||||
float x5a8_animTimeRem = 0.f;
|
||||
rstl::optional<CModelData> x5ac_tailModel;
|
||||
std::optional<CModelData> x5ac_tailModel;
|
||||
CPathFindSearch x5fc_pathFindSearch;
|
||||
rstl::reserved_vector<zeus::CVector3f, 8> x6e0_retreatPoints;
|
||||
CDamageVulnerability x744_platingVuln;
|
||||
@@ -56,7 +56,7 @@ public:
|
||||
const CDamageInfo& touchDamage, const CDamageVulnerability& platingVuln,
|
||||
const zeus::CVector3f& tailAimReference, float initialAttackDelay, float retreatTime, float f3,
|
||||
const CDamageVulnerability& tailVuln, const CActorParameters& aParams,
|
||||
const rstl::optional<CStaticRes>& tailModel);
|
||||
const std::optional<CStaticRes>& tailModel);
|
||||
|
||||
void Accept(IVisitor& visitor);
|
||||
void Think(float dt, CStateManager& mgr);
|
||||
|
||||
Reference in New Issue
Block a user