mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 07:26:10 +00:00
Build fixes & cleanup for CDrone, CIceSheegoth
This commit is contained in:
@@ -69,7 +69,9 @@ bool CPuddleSpore::HitShell(const zeus::CVector3f& point) const {
|
||||
return (distance <= -0.5f || distance >= 0.5f);
|
||||
}
|
||||
|
||||
void CPuddleSpore::KnockPlayer(CStateManager&, float) {}
|
||||
void CPuddleSpore::KnockPlayer(CStateManager& mgr, float arg) {
|
||||
// TODO implement
|
||||
}
|
||||
|
||||
void CPuddleSpore::UpdateBoundingState(const zeus::CAABox& box, CStateManager& mgr, float dt) {
|
||||
SetBoundingBox(box);
|
||||
@@ -296,4 +298,4 @@ void CPuddleSpore::Attack(CStateManager& mgr, EStateMsg msg, float) {
|
||||
x32c_animState = EAnimState::NotReady;
|
||||
}
|
||||
}
|
||||
} // namespace urde::MP1
|
||||
} // namespace urde::MP1
|
||||
|
||||
Reference in New Issue
Block a user