summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_arrow.h
diff options
context:
space:
mode:
authorPieter-Jan Briers <pieterjan.briers+git@gmail.com>2026-06-20 03:26:56 +0200
committerGitHub <noreply@github.com>2026-06-19 18:26:56 -0700
commit8d43c80c42f1a4c3835a2124ebeaf044c90e3839 (patch)
tree8ee87394a9003a4ed4d8b0e19b501eff21d02c61 /include/d/actor/d_a_arrow.h
parentfc1515fe6177e351b6e9c182979bcd57a1c9cd9f (diff)
Code cleanup to fix warnings in Dusklight (#3167)
Mostly bool/int mixing
Diffstat (limited to 'include/d/actor/d_a_arrow.h')
-rw-r--r--include/d/actor/d_a_arrow.h2
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; }