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,18 +6,10 @@ BackWalkWithAS::BackWalkWithAS(const InitArg& arg) : BackWalkEx(arg) {}
|
||||
|
||||
BackWalkWithAS::~BackWalkWithAS() = default;
|
||||
|
||||
bool BackWalkWithAS::init_(sead::Heap* heap) {
|
||||
return BackWalkEx::init_(heap);
|
||||
}
|
||||
|
||||
void BackWalkWithAS::enter_(ksys::act::ai::InlineParamPack* params) {
|
||||
BackWalkEx::enter_(params);
|
||||
}
|
||||
|
||||
void BackWalkWithAS::leave_() {
|
||||
BackWalkEx::leave_();
|
||||
}
|
||||
|
||||
void BackWalkWithAS::loadParams_() {
|
||||
BackWalkEx::loadParams_();
|
||||
getStaticParam(&mASName_s, "ASName");
|
||||
|
||||
Reference in New Issue
Block a user