mirror of
https://github.com/zeldaret/botw
synced 2026-07-08 13:46:25 -04:00
Action: Fix incorrect handling of inherited virtual functions
This commit is contained in:
@@ -6,10 +6,6 @@ MoveBase::MoveBase(const InitArg& arg) : ActionEx(arg) {}
|
||||
|
||||
MoveBase::~MoveBase() = default;
|
||||
|
||||
bool MoveBase::init_(sead::Heap* heap) {
|
||||
return ActionEx::init_(heap);
|
||||
}
|
||||
|
||||
void MoveBase::enter_(ksys::act::ai::InlineParamPack* params) {
|
||||
ActionEx::enter_(params);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user