npc_besu, npc_toby DBG equiv (#3051)

This commit is contained in:
YunataSavior
2026-01-18 17:52:48 -08:00
committed by GitHub
parent 56f04f54c8
commit 5536ed3f3d
22 changed files with 199 additions and 271 deletions
+1 -5
View File
@@ -547,11 +547,7 @@ int daNpc_Bans_c::Draw() {
modelData->getMaterialNodePointer(getEyeballMaterialNo())->setMaterialAnm(mpMatAnm[0]);
}
#if DEBUG
return draw(chkAction(&daNpc_Bans_c::test), !(mTwilight & 0xFF), mRealShadowSize, NULL, 100.0f, FALSE, FALSE, FALSE);
#else
return draw(FALSE, !(mTwilight & 0xFF), mRealShadowSize, NULL, 100.0f, FALSE, FALSE, FALSE);
#endif
return draw(NpcT_CHK_ACTION(daNpc_Bans_c), !(mTwilight & 0xFF), mRealShadowSize, NULL, 100.0f, FALSE, FALSE, FALSE);
}
int daNpc_Bans_c::createHeapCallBack(fopAc_ac_c* a_this) {