diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-08 17:47:54 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-08 17:47:54 -0400 |
| commit | c3fdf89c3abd7e85da56edb2b0e8ee3b775131ca (patch) | |
| tree | 1be6e553f1523a08d4b7e6577f4066a1bf6362e4 /src/d/actor/d_a_arrow_lighteff.cpp | |
| parent | eb3b4ea2b6868ef8aa2ac6ce57fbbaec44cadf22 (diff) | |
d_a_arrow OK for demo
Diffstat (limited to 'src/d/actor/d_a_arrow_lighteff.cpp')
| -rw-r--r-- | src/d/actor/d_a_arrow_lighteff.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/d/actor/d_a_arrow_lighteff.cpp b/src/d/actor/d_a_arrow_lighteff.cpp index cfc94d24..4b0046bf 100644 --- a/src/d/actor/d_a_arrow_lighteff.cpp +++ b/src/d/actor/d_a_arrow_lighteff.cpp @@ -235,9 +235,13 @@ static BOOL daArrow_Lighteff_Delete(void* i_this) { } bool daArrow_Lighteff_c::_draw() { +#if VERSION == VERSION_DEMO + if(field_0x2E9 != 0) { +#else if(field_0x2E9 == 0) { return true; } +#endif J3DModelData* modelData = field_0x298->getModelData(); if(mDoGph_gInf_c::isMonotone()) { @@ -255,6 +259,10 @@ bool daArrow_Lighteff_c::_draw() { dComIfGd_setList(); +#if VERSION == VERSION_DEMO + } +#endif + return true; } |
