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