diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-12 22:30:10 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-12 22:30:10 -0400 |
| commit | a9e1527253b702e04c60cb296c13f0a83e08f8cb (patch) | |
| tree | 7c9f0767d1b06ab84826ef3c0a07d104b6573753 /src/d/actor/d_a_arrow_lighteff.cpp | |
| parent | f5e7395ddd1ddb0b4f40750455b6dfea5c8f4e20 (diff) | |
Work on d_a_bk, c_damagereaction
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 af1e534e..d3d9bcf2 100644 --- a/src/d/actor/d_a_arrow_lighteff.cpp +++ b/src/d/actor/d_a_arrow_lighteff.cpp @@ -363,7 +363,7 @@ bool daArrow_Lighteff_c::_execute() { if(field_0x2E8 == 1) { fopAcM_seStartCurrent(this, JA_SE_OBJ_FIRE_ARROW_AMB, 0); if(!dComIfGp_checkCameraAttentionStatus(cam, 0x20)) { - dComIfGp_particle_setSimple(dPa_name::ID_COMMON_4004, &field_0x29C, 0xFF, g_whiteColor, g_whiteColor, 0); + dComIfGp_particle_setSimple(dPa_name::ID_COMMON_4004, &field_0x29C); } } else if(field_0x2E8 == 2) { |
