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