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