mirror of
https://github.com/zeldaret/botw
synced 2026-07-12 06:48:15 -04:00
Action: Fix incorrect handling of inherited virtual functions
This commit is contained in:
@@ -11,21 +11,9 @@ bool DemoForceSetPlayerSavePosAngle::init_(sead::Heap* heap) {
|
||||
return ksys::act::ai::Action::init_(heap);
|
||||
}
|
||||
|
||||
void DemoForceSetPlayerSavePosAngle::enter_(ksys::act::ai::InlineParamPack* params) {
|
||||
ksys::act::ai::Action::enter_(params);
|
||||
}
|
||||
|
||||
void DemoForceSetPlayerSavePosAngle::leave_() {
|
||||
ksys::act::ai::Action::leave_();
|
||||
}
|
||||
|
||||
void DemoForceSetPlayerSavePosAngle::loadParams_() {
|
||||
getDynamicParam(&mUniqueName_d, "UniqueName");
|
||||
getDynamicParam(&mAnchorName_d, "AnchorName");
|
||||
}
|
||||
|
||||
void DemoForceSetPlayerSavePosAngle::calc_() {
|
||||
ksys::act::ai::Action::calc_();
|
||||
}
|
||||
|
||||
} // namespace uking::action
|
||||
|
||||
Reference in New Issue
Block a user