summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_arrow_iceeff.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-30 15:08:24 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2023-12-30 15:08:24 -0500
commit69444ef01e9bfa9e278fa61b44ea9bb4b450cce9 (patch)
treefd9f87575e9415520bb13768236777dd4747a9c8 /src/d/actor/d_a_arrow_iceeff.cpp
parent82b429b72f53fc0faa7ada5f84e76ff5169d129b (diff)
use enums and inlines in more places
Diffstat (limited to 'src/d/actor/d_a_arrow_iceeff.cpp')
-rw-r--r--src/d/actor/d_a_arrow_iceeff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_arrow_iceeff.cpp b/src/d/actor/d_a_arrow_iceeff.cpp
index a6165102..96ef13d6 100644
--- a/src/d/actor/d_a_arrow_iceeff.cpp
+++ b/src/d/actor/d_a_arrow_iceeff.cpp
@@ -71,7 +71,7 @@ void daArrow_Iceeff_c::CreateInit() {
}
fopAcM_setCullSizeBox(this, -100.0f, -100.0f, -100.0f, 100.0f, 100.0f, 100.0f);
- mCullSizeFar = 1.0f;
+ fopAcM_setCullSizeFar(this, 1.0f);
set_mtx();
field_0xA30 = 0;
field_0xA34 = 0.0f;