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
@@ -306,7 +306,7 @@ static BOOL daDk_IsDelete(dk_class*) {
/* 00000D10-00000D7C .text daDk_Delete__FP8dk_class */
static BOOL daDk_Delete(dk_class* a_this) {
dComIfG_resDelete(&a_this->mPhs, "Dk");
a_this->field_0xACC.end();
a_this->field_0xACC.remove();
mDoHIO_deleteChild(l_HIO.mNo);
return TRUE;
}