d_a_arrow OK for demo

This commit is contained in:
LagoLunatic
2025-09-08 17:47:54 -04:00
parent eb3b4ea2b6
commit c3fdf89c3a
5 changed files with 56 additions and 28 deletions
+8
View File
@@ -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;
}