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 -8
View File
@@ -274,14 +274,7 @@ int daNpc_Doc_c::Draw() {
mdlData_p->getMaterialNodePointer(getEyeballMaterialNo())->setMaterialAnm(mpMatAnm[0]);
}
return draw(
#if DEBUG
chkAction(&daNpc_Doc_c::test),
#else
FALSE,
#endif
FALSE, mRealShadowSize, NULL, 100.0f, FALSE, FALSE, FALSE
);
return draw(NpcT_CHK_ACTION(daNpc_Doc_c), FALSE, mRealShadowSize, NULL, 100.0f, FALSE, FALSE, FALSE);
}
int daNpc_Doc_c::createHeapCallBack(fopAc_ac_c* i_this) {