bpw partial cleanup, fix inline usage across several actors

This commit is contained in:
LagoLunatic
2025-09-18 20:17:27 -04:00
parent ae94c57e73
commit 048d242eef
54 changed files with 733 additions and 518 deletions
+1 -1
View File
@@ -1096,7 +1096,7 @@ bool daObjBarrel2::Act_c::_draw() {
g_env_light.settingTevStruct(TEV_TYPE_ACTOR, &current.pos, &tevStr);
g_env_light.setLightTevColorType(m298, &tevStr);
J3DModelData* mdl_data = m298->getModelData();
m29C->entry(mdl_data, m29C->getFrame());
m29C->entry(mdl_data);
mDoExt_modelUpdateDL(m298);
}
return TRUE;