summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_fallrock.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-07-25 21:05:36 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-07-25 21:05:36 -0400
commit72dc8f4ef64d3ef1674beb5fc8ebd15768174891 (patch)
tree8aa475a13a77259526ec9f2d529baf432639bc29 /src/d/actor/d_a_fallrock.cpp
parent4ebe6758cb08b4cd12b598d02b62de0df2c4b659 (diff)
DEMO_SELECT
Diffstat (limited to 'src/d/actor/d_a_fallrock.cpp')
-rw-r--r--src/d/actor/d_a_fallrock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_fallrock.cpp b/src/d/actor/d_a_fallrock.cpp
index 4f92ea48..a2d3f01b 100644
--- a/src/d/actor/d_a_fallrock.cpp
+++ b/src/d/actor/d_a_fallrock.cpp
@@ -56,7 +56,7 @@ static BOOL CheckCreateHeap(fopAc_ac_c* i_this) {
/* 00000098-00000140 .text CreateHeap__12daFallRock_cFv */
BOOL daFallRock_c::CreateHeap() {
J3DModelData* modelData = (J3DModelData*) dComIfG_getObjectRes(m_arcname, ALWAYS_BDL_KROCK_00);
- JUT_ASSERT(VERSION_SELECT(159, 161, 161, 161), modelData != NULL);
+ JUT_ASSERT(DEMO_SELECT(159, 161), modelData != NULL);
mpModel = mDoExt_J3DModel__create(modelData, 0x80000,0x11020002);
return TRUE;