Misc demo matches (#952)

This commit is contained in:
LagoLunatic
2026-04-14 20:33:05 -04:00
committed by GitHub
parent a62f436d22
commit 55a6be8b87
28 changed files with 1022 additions and 603 deletions
+5 -2
View File
@@ -29,8 +29,11 @@ char* daShutter_c::m_staff_name[2] = {"Htobi1", "Htobi2"};
/* 00000078-00000108 .text _delete__11daShutter_cFv */
bool daShutter_c::_delete() {
dComIfG_resDelete(&mPhs, m_arcname[mType]);
if (heap != NULL) {
dComIfG_resDeleteDemo(&mPhs, m_arcname[mType]);
#if VERSION > VERSION_DEMO
if (heap != NULL)
#endif
{
for (int i = 0; i < (int)ARRAY_SIZE(mMtx); i++) {
dComIfG_Bgsp()->Release(mdBgW[i]);
};