diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-04-14 20:33:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-14 20:33:05 -0400 |
| commit | 55a6be8b87cd97a551d1faa75769035ee763e3aa (patch) | |
| tree | 8a6d1bad0dba990255aa7251c5c3acacc9934fc9 /src/d/actor/d_a_shutter.cpp | |
| parent | a62f436d2287e557e0d4b4bab0995cce44ecc3bd (diff) | |
Misc demo matches (#952)
Diffstat (limited to 'src/d/actor/d_a_shutter.cpp')
| -rw-r--r-- | src/d/actor/d_a_shutter.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/d/actor/d_a_shutter.cpp b/src/d/actor/d_a_shutter.cpp index cd9f6f19..606b156f 100644 --- a/src/d/actor/d_a_shutter.cpp +++ b/src/d/actor/d_a_shutter.cpp @@ -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]); }; |
