From 8d43c80c42f1a4c3835a2124ebeaf044c90e3839 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sat, 20 Jun 2026 03:26:56 +0200 Subject: Code cleanup to fix warnings in Dusklight (#3167) Mostly bool/int mixing --- include/d/actor/d_a_arrow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/d/actor/d_a_arrow.h') 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; } -- cgit v1.2.3