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,10 +6,6 @@ BackStepToTarget::BackStepToTarget(const InitArg& arg) : ActionEx(arg) {}
BackStepToTarget::~BackStepToTarget() = default;
bool BackStepToTarget::init_(sead::Heap* heap) {
return ActionEx::init_(heap);
}
void BackStepToTarget::enter_(ksys::act::ai::InlineParamPack* params) {
ActionEx::enter_(params);
}