mirror of
https://github.com/zeldaret/botw
synced 2026-07-11 14:38:41 -04:00
Action: Fix incorrect handling of inherited virtual functions
This commit is contained in:
@@ -4,8 +4,6 @@ namespace uking::action {
|
||||
|
||||
AnimalMoveGuidedBase::AnimalMoveGuidedBase(const InitArg& arg) : ksys::act::ai::Action(arg) {}
|
||||
|
||||
AnimalMoveGuidedBase::~AnimalMoveGuidedBase() = default;
|
||||
|
||||
bool AnimalMoveGuidedBase::init_(sead::Heap* heap) {
|
||||
return ksys::act::ai::Action::init_(heap);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user