diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-12 17:46:14 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-03-12 17:46:14 -0400 |
| commit | ff60c624ce6b5d76509331df8543d5739de7a76b (patch) | |
| tree | e410fc62124dc7493bf74677e09cadc09e7ef4e1 /src/d/actor/d_a_yougan.cpp | |
| parent | 37000df61b8be0edc57cb2f412b139a67fe22225 (diff) | |
Clean up dComIfGp_evmng_getMyActIdx calls
Diffstat (limited to 'src/d/actor/d_a_yougan.cpp')
| -rw-r--r-- | src/d/actor/d_a_yougan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_yougan.cpp b/src/d/actor/d_a_yougan.cpp index be88cb2f..804bfe3e 100644 --- a/src/d/actor/d_a_yougan.cpp +++ b/src/d/actor/d_a_yougan.cpp @@ -184,7 +184,7 @@ BOOL daYougan_c::useHeapInit() { field_0x298[i].field_0x00 = 0; J3DModel* p_model = mDoExt_J3DModel__create(modelData, 0, 0x11020203); field_0x298[i].field_0x04 = p_model; -#if VERSION != VERSION_DEMO +#if VERSION > VERSION_DEMO if(field_0x298[i].field_0x04 == NULL) { return FALSE; } |
