mirror of
https://github.com/zeldaret/botw
synced 2026-07-10 22:31:54 -04:00
Action: Fix incorrect handling of inherited virtual functions
This commit is contained in:
@@ -7,10 +7,6 @@ BattleCloseExplosivesAvoidRun::BattleCloseExplosivesAvoidRun(const InitArg& arg)
|
||||
|
||||
BattleCloseExplosivesAvoidRun::~BattleCloseExplosivesAvoidRun() = default;
|
||||
|
||||
bool BattleCloseExplosivesAvoidRun::init_(sead::Heap* heap) {
|
||||
return BattleCloseMoveAction::init_(heap);
|
||||
}
|
||||
|
||||
void BattleCloseExplosivesAvoidRun::enter_(ksys::act::ai::InlineParamPack* params) {
|
||||
BattleCloseMoveAction::enter_(params);
|
||||
}
|
||||
@@ -24,8 +20,4 @@ void BattleCloseExplosivesAvoidRun::loadParams_() {
|
||||
getStaticParam(&mDamageIgnoreDist_s, "DamageIgnoreDist");
|
||||
}
|
||||
|
||||
void BattleCloseExplosivesAvoidRun::calc_() {
|
||||
BattleCloseMoveAction::calc_();
|
||||
}
|
||||
|
||||
} // namespace uking::action
|
||||
|
||||
Reference in New Issue
Block a user