From c3fdf89c3abd7e85da56edb2b0e8ee3b775131ca Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Mon, 8 Sep 2025 17:47:54 -0400 Subject: d_a_arrow OK for demo --- src/d/actor/d_a_arrow_lighteff.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/d/actor/d_a_arrow_lighteff.cpp') 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; } -- cgit v1.2.3