mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
fixed uzi/ak47/m16 trace
This commit is contained in:
parent
c3647ee51e
commit
a9713125dc
@ -856,7 +856,7 @@ CWeapon::DoBulletImpact(CEntity *shooter, CEntity *victim,
|
|||||||
{
|
{
|
||||||
CGlass::WasGlassHitByBullet(victim, point->point);
|
CGlass::WasGlassHitByBullet(victim, point->point);
|
||||||
|
|
||||||
CVector traceTarget = *target;
|
CVector traceTarget = point->point;
|
||||||
CBulletTraces::AddTrace(source, &traceTarget);
|
CBulletTraces::AddTrace(source, &traceTarget);
|
||||||
|
|
||||||
if ( shooter != nil )
|
if ( shooter != nil )
|
||||||
|
Loading…
Reference in New Issue
Block a user