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_ff.cpp | |
| parent | 4ebe6758cb08b4cd12b598d02b62de0df2c4b659 (diff) | |
DEMO_SELECT
Diffstat (limited to 'src/d/actor/d_a_ff.cpp')
| -rw-r--r-- | src/d/actor/d_a_ff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_ff.cpp b/src/d/actor/d_a_ff.cpp index e0160721..b5f81b88 100644 --- a/src/d/actor/d_a_ff.cpp +++ b/src/d/actor/d_a_ff.cpp @@ -257,7 +257,7 @@ static BOOL useHeapInit(fopAc_ac_c* i_this) { for (int i = 0; i < 2; i++) { J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes("Ff", ho_bmd[i]); - JUT_ASSERT(VERSION_SELECT(717, 719, 719, 719), modelData != NULL); + JUT_ASSERT(DEMO_SELECT(717, 719), modelData != NULL); #if VERSION > VERSION_DEMO if (modelData == NULL) { return FALSE; |
