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
@@ -6,25 +6,9 @@ SimpleGrabWithAS::SimpleGrabWithAS(const InitArg& arg) : SimpleGrabWithASBase(ar
SimpleGrabWithAS::~SimpleGrabWithAS() = default;
bool SimpleGrabWithAS::init_(sead::Heap* heap) {
return SimpleGrabWithASBase::init_(heap);
}
void SimpleGrabWithAS::enter_(ksys::act::ai::InlineParamPack* params) {
SimpleGrabWithASBase::enter_(params);
}
void SimpleGrabWithAS::leave_() {
SimpleGrabWithASBase::leave_();
}
void SimpleGrabWithAS::loadParams_() {
SimpleGrabWithASBase::loadParams_();
getStaticParam(&mASName_s, "ASName");
}
void SimpleGrabWithAS::calc_() {
SimpleGrabWithASBase::calc_();
}
} // namespace uking::action