Action: Fix incorrect handling of inherited virtual functions

This commit is contained in:
Léo Lam
2020-12-28 21:20:02 +01:00
parent fcc062ec30
commit 56e1c0cfd2
1469 changed files with 215 additions and 11789 deletions
-12
View File
@@ -10,20 +10,8 @@ bool LookAtObject::init_(sead::Heap* heap) {
return LookAtObjectBase::init_(heap);
}
void LookAtObject::enter_(ksys::act::ai::InlineParamPack* params) {
LookAtObjectBase::enter_(params);
}
void LookAtObject::leave_() {
LookAtObjectBase::leave_();
}
void LookAtObject::loadParams_() {
LookAtObjectBase::loadParams_();
}
void LookAtObject::calc_() {
LookAtObjectBase::calc_();
}
} // namespace uking::action