diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-30 15:08:24 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-30 15:08:24 -0500 |
| commit | 69444ef01e9bfa9e278fa61b44ea9bb4b450cce9 (patch) | |
| tree | fd9f87575e9415520bb13768236777dd4747a9c8 /src/d/actor/d_a_arrow_lighteff.cpp | |
| parent | 82b429b72f53fc0faa7ada5f84e76ff5169d129b (diff) | |
use enums and inlines in more places
Diffstat (limited to 'src/d/actor/d_a_arrow_lighteff.cpp')
| -rw-r--r-- | src/d/actor/d_a_arrow_lighteff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_arrow_lighteff.cpp b/src/d/actor/d_a_arrow_lighteff.cpp index 932810da..fe8efb2f 100644 --- a/src/d/actor/d_a_arrow_lighteff.cpp +++ b/src/d/actor/d_a_arrow_lighteff.cpp @@ -133,7 +133,7 @@ void daArrow_Lighteff_c::CreateInit() { field_0x2A8.setall(1.0f); 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(); |
