diff options
| author | lepelog <25211966+lepelog@users.noreply.github.com> | 2026-02-01 18:49:27 +0100 |
|---|---|---|
| committer | lepelog <25211966+lepelog@users.noreply.github.com> | 2026-02-01 18:49:27 +0100 |
| commit | 3c3585efeb19390cd83883b8e2d8043bee52c6c0 (patch) | |
| tree | d6da3fadd43efbc67aca6827d8d4a5643d25a8b3 /include | |
| parent | bbccc82fd768853dd1adcef8a661f7a2c1e5a76e (diff) | |
rebase fixes
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/d_player_act.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_player_act.h b/include/d/d_player_act.h index 4dadb99f..c8deccaa 100644 --- a/include/d/d_player_act.h +++ b/include/d/d_player_act.h @@ -642,7 +642,7 @@ public: return mAttackDirection == ATTACK_JUMP_SLASH; } - s32 getSpecificAttackDirection() const { + u16 getSpecificAttackDirection() const { return mSpecificAttackDirection; } |
