mirror of
https://github.com/zeldaret/botw
synced 2026-08-12 03:47:46 -04:00
Action: Fix incorrect handling of inherited virtual functions
This commit is contained in:
@@ -6,18 +6,10 @@ TakeHitImpactForce::TakeHitImpactForce(const InitArg& arg) : ActionEx(arg) {}
|
||||
|
||||
TakeHitImpactForce::~TakeHitImpactForce() = default;
|
||||
|
||||
bool TakeHitImpactForce::init_(sead::Heap* heap) {
|
||||
return ActionEx::init_(heap);
|
||||
}
|
||||
|
||||
void TakeHitImpactForce::enter_(ksys::act::ai::InlineParamPack* params) {
|
||||
ActionEx::enter_(params);
|
||||
}
|
||||
|
||||
void TakeHitImpactForce::leave_() {
|
||||
ActionEx::leave_();
|
||||
}
|
||||
|
||||
void TakeHitImpactForce::loadParams_() {
|
||||
getStaticParam(&mHitImpactForceSmallSwordS_s, "HitImpactForceSmallSwordS");
|
||||
getStaticParam(&mHitImpactForceSmallSwordL_s, "HitImpactForceSmallSwordL");
|
||||
|
||||
Reference in New Issue
Block a user