diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-25 21:05:36 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-07-25 21:05:36 -0400 |
| commit | 72dc8f4ef64d3ef1674beb5fc8ebd15768174891 (patch) | |
| tree | 8aa475a13a77259526ec9f2d529baf432639bc29 /src/d/actor/d_a_ep.cpp | |
| parent | 4ebe6758cb08b4cd12b598d02b62de0df2c4b659 (diff) | |
DEMO_SELECT
Diffstat (limited to 'src/d/actor/d_a_ep.cpp')
| -rw-r--r-- | src/d/actor/d_a_ep.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_ep.cpp b/src/d/actor/d_a_ep.cpp index 8de36b1a..da8c98b0 100644 --- a/src/d/actor/d_a_ep.cpp +++ b/src/d/actor/d_a_ep.cpp @@ -514,7 +514,7 @@ static BOOL daEp_CreateHeap(fopAc_ac_c* a_this) { } else { modelData = static_cast<J3DModelData*>(dComIfG_getObjectRes("Ep", EP_BDL_OBM_SHOKUDAI1)); } - JUT_ASSERT(VERSION_SELECT(996, 997, 997, 997), modelData != NULL); + JUT_ASSERT(DEMO_SELECT(996, 997), modelData != NULL); #if VERSION == VERSION_DEMO i_this->mpModel = mDoExt_J3DModel__create(modelData, 0x0, 0x11020203); @@ -527,7 +527,7 @@ static BOOL daEp_CreateHeap(fopAc_ac_c* a_this) { if (i_this->mbHasGa != 0) { modelData = static_cast<J3DModelData*>(dComIfG_getObjectRes("Ep", EP_BDL_EP_GA)); - JUT_ASSERT(VERSION_SELECT(1007, 1010, 1010, 1010), modelData != NULL); + JUT_ASSERT(DEMO_SELECT(1007, 1010), modelData != NULL); for (s32 i = 0; i < 2; i++) { #if VERSION == VERSION_DEMO |
