Action: Fix incorrect handling of inherited virtual functions

This commit is contained in:
Léo Lam
2020-12-28 21:20:02 +01:00
parent fcc062ec30
commit 56e1c0cfd2
1469 changed files with 215 additions and 11789 deletions
-2
View File
@@ -4,8 +4,6 @@ namespace uking::action {
Angry::Angry(const InitArg& arg) : ActionWithAS(arg) {}
Angry::~Angry() = default;
bool Angry::init_(sead::Heap* heap) {
return ActionWithAS::init_(heap);
}