mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 11:29:02 +00:00
fixed uzi/ak47/m16 trace
This commit is contained in:
parent
c3647ee51e
commit
a9713125dc
1 changed files with 1 additions and 1 deletions
|
@ -856,7 +856,7 @@ CWeapon::DoBulletImpact(CEntity *shooter, CEntity *victim,
|
|||
{
|
||||
CGlass::WasGlassHitByBullet(victim, point->point);
|
||||
|
||||
CVector traceTarget = *target;
|
||||
CVector traceTarget = point->point;
|
||||
CBulletTraces::AddTrace(source, &traceTarget);
|
||||
|
||||
if ( shooter != nil )
|
||||
|
|
Loading…
Reference in a new issue