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