diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-24 18:54:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-24 18:54:46 -0400 |
| commit | 7cd75e8f7b01a45ca8c72facfd5b4a3c1906c0e1 (patch) | |
| tree | ece493d144cfcb3af860c2af8fa0480491f69706 /src/d/actor/d_a_obj_paper.cpp | |
| parent | 4a29f64e6bf5a06a541161638913f51c51d8a633 (diff) | |
Demo matches (#767)
Diffstat (limited to 'src/d/actor/d_a_obj_paper.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_paper.cpp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_paper.cpp b/src/d/actor/d_a_obj_paper.cpp index 3fa3acd5..ae956e0f 100644 --- a/src/d/actor/d_a_obj_paper.cpp +++ b/src/d/actor/d_a_obj_paper.cpp @@ -57,7 +57,11 @@ namespace daObjPaper { }, { /* mResName */ "Ppos", +#if VERSION == VERSION_DEMO + /* mHeapSize */ 0x1000, +#else /* mHeapSize */ 0x04C0, +#endif /* mModelId */ PPOS_BDL_PPOS, /* mEyeOffset */ 0x00, /* mAttentionOffset */ 0x32, @@ -71,7 +75,11 @@ namespace daObjPaper { }, { /* mResName */ "Piwa", +#if VERSION == VERSION_DEMO + /* mHeapSize */ 0x8000, +#else /* mHeapSize */ 0x04C0, +#endif /* mModelId */ PIWA_BDL_PIWA, /* mEyeOffset */ 0x3C, /* mAttentionOffset */ 0x82, @@ -191,7 +199,7 @@ namespace daObjPaper { /* 000006F4-00000730 .text _delete__Q210daObjPaper5Act_cFv */ bool daObjPaper::Act_c::_delete() { - dComIfG_resDelete(&mPhs, attr(mType).mResName); + dComIfG_resDeleteDemo(&mPhs, attr(mType).mResName); return TRUE; } |
