Add default arguments to anm init functions to simplify calls

This commit is contained in:
LagoLunatic
2026-03-31 22:11:01 -04:00
parent 85c97022df
commit 207f6e911f
95 changed files with 223 additions and 220 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ static BOOL useHeapInit(fopAc_ac_c* i_ac) {
if (i_this->mpBrkAnm == NULL)
return FALSE;
J3DAnmTevRegKey* brk = (J3DAnmTevRegKey*)dComIfG_getObjectRes("Bita", ita_Ef[type]);
if (!i_this->mpBrkAnm->init(i_this->mpModelEf->getModelData(), brk, TRUE, J3DFrameCtrl::EMode_NONE, 1.0f, 0, -1, false, 0))
if (!i_this->mpBrkAnm->init(i_this->mpModelEf->getModelData(), brk, TRUE, J3DFrameCtrl::EMode_NONE))
return FALSE;
i_this->mpBgW = new dBgW();