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
@@ -187,7 +187,7 @@ static BOOL daSyan_IsDelete(syan_class* i_this) {
static BOOL daSyan_Delete(syan_class* i_this) {
dComIfG_resDelete(&i_this->mPhs, "Syan");
for (s32 i = 0; i < (s32)ARRAY_SIZE(i_this->emtrCallBack); i++)
i_this->emtrCallBack[i].end();
i_this->emtrCallBack[i].remove();
return TRUE;
}