summaryrefslogtreecommitdiffstats
path: root/src/weapons/Weapon.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-05-09 09:50:00 +0200
committeraap <aap@papnet.eu>2020-05-09 09:50:00 +0200
commit3f09ec07446f64600e28f198c7189de509c39754 (patch)
tree6694b218f43378736bedf2b046617a86dcb5920a /src/weapons/Weapon.cpp
parentMerge branch 'master' of github.com:GTAmodding/re3 (diff)
downloadre3-3f09ec07446f64600e28f198c7189de509c39754.tar
re3-3f09ec07446f64600e28f198c7189de509c39754.tar.gz
re3-3f09ec07446f64600e28f198c7189de509c39754.tar.bz2
re3-3f09ec07446f64600e28f198c7189de509c39754.tar.lz
re3-3f09ec07446f64600e28f198c7189de509c39754.tar.xz
re3-3f09ec07446f64600e28f198c7189de509c39754.tar.zst
re3-3f09ec07446f64600e28f198c7189de509c39754.zip
Diffstat (limited to '')
-rw-r--r--src/weapons/Weapon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapons/Weapon.cpp b/src/weapons/Weapon.cpp
index 17ce64c0..aef53094 100644
--- a/src/weapons/Weapon.cpp
+++ b/src/weapons/Weapon.cpp
@@ -973,7 +973,7 @@ CWeapon::DoBulletImpact(CEntity *shooter, CEntity *victim,
if ( victimPed->Dead() )
{
CAnimBlendAssociation *asoc;
- if ( RpAnimBlendClumpGetFirstAssociation(victimPed->GetClump(), ASSOC_FLAG800) )
+ if ( RpAnimBlendClumpGetFirstAssociation(victimPed->GetClump(), ASSOC_FRONTAL) )
asoc = CAnimManager::BlendAnimation(victimPed->GetClump(), ASSOCGRP_STD, ANIM_FLOOR_HIT_F, 8.0f);
else
asoc = CAnimManager::BlendAnimation(victimPed->GetClump(), ASSOCGRP_STD, ANIM_FLOOR_HIT, 8.0f);