diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-19 20:17:13 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-19 20:17:13 -0400 |
| commit | 99c78680de41fc627ec5d2737b2639605e87ae32 (patch) | |
| tree | a3e5eb7c03f1de53dc6a0461d88527a6f1b8fd05 /src/d/d_wood.cpp | |
| parent | 6610bf1d1ca48bacda8fcbe3803a7c3b8c6cf214 (diff) | |
Fix version defines
Diffstat (limited to 'src/d/d_wood.cpp')
| -rw-r--r-- | src/d/d_wood.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_wood.cpp b/src/d/d_wood.cpp index 6f9116fa..b9e77168 100644 --- a/src/d/d_wood.cpp +++ b/src/d/d_wood.cpp @@ -1048,7 +1048,7 @@ void dWood::Packet_c::draw() { } } -#if VERSION != VERSION_JPN +#if VERSION > VERSION_JPN J3DShape::resetVcdVatCache(); #endif } @@ -1074,7 +1074,7 @@ s32 dWood::Packet_c::search_empty_UnitID() const { dWood::AnmID_e dWood::Packet_c::search_anm(dWood::Anm_c::Mode_e i_mode) { u32 animIdx; - JUT_ASSERT(VERSION_SELECT(2059, 2061, 2061), (i_mode >= 0) && (i_mode < Anm_c::Mode_Max)); + JUT_ASSERT(VERSION_SELECT(2059, 2059, 2061, 2061), (i_mode >= 0) && (i_mode < Anm_c::Mode_Max)); if (i_mode == Anm_c::Mode_Norm) { static s32 anm_norm_num = 0; |
