diff options
Diffstat (limited to 'include/d/actor/d_a_arrow.h')
| -rw-r--r-- | include/d/actor/d_a_arrow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_arrow.h b/include/d/actor/d_a_arrow.h index 682ffd43d7..0974a30648 100644 --- a/include/d/actor/d_a_arrow.h +++ b/include/d/actor/d_a_arrow.h @@ -57,7 +57,7 @@ public: ~daArrow_c(); void setBombArrowExplode() { field_0x950 = 0; } - bool checkBombArrow() const { return mArrowType == true; } + bool checkBombArrow() const { return mArrowType == ARROW_TYPE_BOMB; } u32 getHitAcID() { return mHitAcID; } BOOL checkWait() { return fopAcM_GetParam(this) == 0; } |
