diff options
author | aap <aap@papnet.eu> | 2020-05-09 09:50:00 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-09 09:50:00 +0200 |
commit | 3f09ec07446f64600e28f198c7189de509c39754 (patch) | |
tree | 6694b218f43378736bedf2b046617a86dcb5920a /src/weapons/Weapon.cpp | |
parent | Merge branch 'master' of github.com:GTAmodding/re3 (diff) | |
download | re3-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 'src/weapons/Weapon.cpp')
-rw-r--r-- | src/weapons/Weapon.cpp | 2 |
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); |