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