summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_arrow_iceeff.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-12 17:57:33 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-12 17:57:33 -0400
commit10651a0c4e6b5280528392ac3119f90487e67473 (patch)
tree7601bc96e151bda938707ec96df6ea330736791b /src/d/actor/d_a_arrow_iceeff.cpp
parentcbd7e076c6815b9574e52bb86b7a40e7f47bbbe2 (diff)
Player inlines and item enums
Diffstat (limited to 'src/d/actor/d_a_arrow_iceeff.cpp')
-rw-r--r--src/d/actor/d_a_arrow_iceeff.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_arrow_iceeff.cpp b/src/d/actor/d_a_arrow_iceeff.cpp
index c704957c..35ccc621 100644
--- a/src/d/actor/d_a_arrow_iceeff.cpp
+++ b/src/d/actor/d_a_arrow_iceeff.cpp
@@ -79,10 +79,10 @@ void daArrow_Iceeff_c::CreateInit() {
field_0xA30 = 0;
field_0xA34 = 0.0f;
if(field_0xA38 == 0) {
- field_0xA1C = daPy_getPlayerLinkActorClass()->mpGicer00Btk;
+ field_0xA1C = daPy_getPlayerLinkActorClass()->getIceParticleBtk();
}
else {
- field_0xA1C = daPy_getPlayerLinkActorClass()->mpGicer01Btk;
+ field_0xA1C = daPy_getPlayerLinkActorClass()->getIceWaterParticleBtk();
}
field_0xA1C->setFrame(field_0xA34);