rebase fixes

This commit is contained in:
lepelog
2026-02-01 18:49:27 +01:00
parent bbccc82fd7
commit 3c3585efeb
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -642,7 +642,7 @@ public:
return mAttackDirection == ATTACK_JUMP_SLASH;
}
s32 getSpecificAttackDirection() const {
u16 getSpecificAttackDirection() const {
return mSpecificAttackDirection;
}