mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 20:27:36 -04:00
npc_besu, npc_toby DBG equiv (#3051)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user