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:
@@ -4,12 +4,6 @@ namespace uking::action {
|
||||
|
||||
PlayerBackJump::PlayerBackJump(const InitArg& arg) : PlayerAction(arg) {}
|
||||
|
||||
PlayerBackJump::~PlayerBackJump() = default;
|
||||
|
||||
bool PlayerBackJump::init_(sead::Heap* heap) {
|
||||
return PlayerAction::init_(heap);
|
||||
}
|
||||
|
||||
void PlayerBackJump::enter_(ksys::act::ai::InlineParamPack* params) {
|
||||
PlayerAction::enter_(params);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user