Demo matches (#767)

This commit is contained in:
LagoLunatic
2025-05-24 18:54:46 -04:00
committed by GitHub
parent 4a29f64e6b
commit 7cd75e8f7b
83 changed files with 945 additions and 424 deletions
+7 -2
View File
@@ -297,9 +297,14 @@ cPhs_State daAuction_c::createInit() {
/* 000008C4-0000092C .text _delete__11daAuction_cFv */
BOOL daAuction_c::_delete() {
dComIfG_resDelete(&mPhs, "Pspl");
dComIfG_resDeleteDemo(&mPhs, "Pspl");
if (heap != NULL && mpEmitter != NULL) {
#if VERSION == VERSION_DEMO
if (mpEmitter != NULL)
#else
if (heap != NULL && mpEmitter != NULL)
#endif
{
mpEmitter->becomeInvalidEmitter();
}