mirror of
https://github.com/zeldaret/botw
synced 2026-08-09 10:52:41 -04:00
Action: Fix incorrect handling of inherited virtual functions
This commit is contained in:
@@ -10,18 +10,6 @@ bool RecoverMasterSword::init_(sead::Heap* heap) {
|
||||
return ksys::act::ai::Action::init_(heap);
|
||||
}
|
||||
|
||||
void RecoverMasterSword::enter_(ksys::act::ai::InlineParamPack* params) {
|
||||
ksys::act::ai::Action::enter_(params);
|
||||
}
|
||||
|
||||
void RecoverMasterSword::leave_() {
|
||||
ksys::act::ai::Action::leave_();
|
||||
}
|
||||
|
||||
void RecoverMasterSword::loadParams_() {}
|
||||
|
||||
void RecoverMasterSword::calc_() {
|
||||
ksys::act::ai::Action::calc_();
|
||||
}
|
||||
|
||||
} // namespace uking::action
|
||||
|
||||
Reference in New Issue
Block a user