Fix some minor matching issues

This commit is contained in:
Léo Lam
2020-12-29 00:17:36 +01:00
parent 33c56f03f2
commit 6e5c8b382d
5 changed files with 4 additions and 9 deletions
@@ -4,8 +4,6 @@ namespace uking::action {
LevelFlyMove::LevelFlyMove(const InitArg& arg) : LevelFlyMoveBase(arg) {}
LevelFlyMove::~LevelFlyMove() = default;
bool LevelFlyMove::init_(sead::Heap* heap) {
return LevelFlyMoveBase::init_(heap);
}