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