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
@@ -200,7 +200,7 @@ bool daObjVmc::Act_c::_delete() {
dComIfG_Bgsp()->Release(mpBgBase);
if (mHasTreeBg == 1)
dComIfG_Bgsp()->Release(mpBgTree);
mSmoke.end();
mSmoke.remove();
dComIfG_resDeleteDemo(&mPhs, M_arcname);
return true;
}