mirror of
https://github.com/zeldaret/botw
synced 2026-07-12 22:55:27 -04:00
Action: Fix incorrect handling of inherited virtual functions
This commit is contained in:
@@ -7,18 +7,10 @@ ArrowShootMoveForLargeObject::ArrowShootMoveForLargeObject(const InitArg& arg)
|
||||
|
||||
ArrowShootMoveForLargeObject::~ArrowShootMoveForLargeObject() = default;
|
||||
|
||||
bool ArrowShootMoveForLargeObject::init_(sead::Heap* heap) {
|
||||
return ArrowShootMove::init_(heap);
|
||||
}
|
||||
|
||||
void ArrowShootMoveForLargeObject::enter_(ksys::act::ai::InlineParamPack* params) {
|
||||
ArrowShootMove::enter_(params);
|
||||
}
|
||||
|
||||
void ArrowShootMoveForLargeObject::leave_() {
|
||||
ArrowShootMove::leave_();
|
||||
}
|
||||
|
||||
void ArrowShootMoveForLargeObject::loadParams_() {
|
||||
ArrowShootMove::loadParams_();
|
||||
getStaticParam(&mRayCastDist_s, "RayCastDist");
|
||||
|
||||
Reference in New Issue
Block a user