diff options
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; } |
