diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-12 17:57:33 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-12 17:57:33 -0400 |
| commit | 10651a0c4e6b5280528392ac3119f90487e67473 (patch) | |
| tree | 7601bc96e151bda938707ec96df6ea330736791b /src/d/actor/d_a_arrow_iceeff.cpp | |
| parent | cbd7e076c6815b9574e52bb86b7a40e7f47bbbe2 (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.cpp | 4 |
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); |
