diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-04-15 01:16:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-15 11:16:22 +0300 |
| commit | 59ff71c355015c7ed2ffadf96371db67c1b1d0b5 (patch) | |
| tree | 572b18d2c724557955bf15275622464477d15dbb /src/d/actor/d_a_obj_hhashi.cpp | |
| parent | c1845e9e09953d0a93048b6d8bee28d909d328c8 (diff) | |
e_fm equivalent (#2395)
Diffstat (limited to 'src/d/actor/d_a_obj_hhashi.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_hhashi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_hhashi.cpp b/src/d/actor/d_a_obj_hhashi.cpp index 9c3b05fe61..fc3a1830d7 100644 --- a/src/d/actor/d_a_obj_hhashi.cpp +++ b/src/d/actor/d_a_obj_hhashi.cpp @@ -150,7 +150,7 @@ void daObjHHASHI_c::Obj_Damage() { mCyl.ResetTgHit(); // !@bug: I'm not quite sure but it seems like the access to tgActor fields is outside // proc name check so it might not be the right type of actor - tgActor->field_0x63c.startChainSound( + tgActor->mSound.startChainSound( Z2SE_EN_FM_CHAIN_HIT, tgActor->field_0x1828, 100.0f, 0, dComIfGp_getReverb(fopAcM_GetRoomNo(this))); } |
