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 --- src/d/actor/d_a_npc_yamis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/d/actor/d_a_npc_yamis.cpp') diff --git a/src/d/actor/d_a_npc_yamis.cpp b/src/d/actor/d_a_npc_yamis.cpp index 0c418b1730..97e578e81a 100644 --- a/src/d/actor/d_a_npc_yamis.cpp +++ b/src/d/actor/d_a_npc_yamis.cpp @@ -196,7 +196,7 @@ cPhs_Step daNpc_yamiS_c::create() { int daNpc_yamiS_c::CreateHeap() { J3DModelData* mdlData_p = NULL; J3DModel* model = NULL; - int bmdIdx = mTwilight == true ? NONE : NONE; + int bmdIdx = mTwilight == TRUE ? NONE : NONE; int res_name_idx = l_bmdData[bmdIdx][1]; int index = l_bmdData[bmdIdx][0]; -- cgit v1.2.3