mirror of
https://github.com/zeldaret/botw
synced 2026-07-11 22:40:14 -04:00
Action: Fix incorrect handling of inherited virtual functions
This commit is contained in:
@@ -10,20 +10,8 @@ bool PlayerLookAtObjectNow::init_(sead::Heap* heap) {
|
||||
return PlayerLookAtObject::init_(heap);
|
||||
}
|
||||
|
||||
void PlayerLookAtObjectNow::enter_(ksys::act::ai::InlineParamPack* params) {
|
||||
PlayerLookAtObject::enter_(params);
|
||||
}
|
||||
|
||||
void PlayerLookAtObjectNow::leave_() {
|
||||
PlayerLookAtObject::leave_();
|
||||
}
|
||||
|
||||
void PlayerLookAtObjectNow::loadParams_() {
|
||||
PlayerLookAtObject::loadParams_();
|
||||
}
|
||||
|
||||
void PlayerLookAtObjectNow::calc_() {
|
||||
PlayerLookAtObject::calc_();
|
||||
}
|
||||
|
||||
} // namespace uking::action
|
||||
|
||||
Reference in New Issue
Block a user