diff options
Diffstat (limited to 'src/Person.cpp')
-rw-r--r-- | src/Person.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Person.cpp b/src/Person.cpp index aa99852..fc47b81 100644 --- a/src/Person.cpp +++ b/src/Person.cpp @@ -218,7 +218,7 @@ void Person::DoAnimations(int who) auto soundsrc = (rotate(head_joint.position, 0, playerrotation, 0) + playercoords - camera.position) / soundscalefactor; - playSound(gSourceID[bodyhitsound], + playSound(gSourceID[munchsound], soundsrc.x, soundsrc.y, soundsrc.z); bleeding = 1; bleeddelay = 1; @@ -561,7 +561,7 @@ void Person::DoAnimationslite(int who) auto soundsrc = (rotate(head_joint.position, 0, playerrotation, 0) + playercoords - camera.position) / soundscalefactor; - playSound(gSourceID[bodyhitsound], + playSound(gSourceID[munchsound], soundsrc.x, soundsrc.y, soundsrc.z); bleeding = 1; bleeddelay = 1; |