mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 14:39:03 +00:00
fixed crash
This commit is contained in:
parent
a9713125dc
commit
190bc696d8
1 changed files with 1 additions and 1 deletions
|
@ -2038,7 +2038,7 @@ FireOneInstantHitRound(CVector *source, CVector *target, int32 damage)
|
|||
CEntity *victim;
|
||||
CWorld::ProcessLineOfSight(*source, *target, point, victim, true, true, true, true, true, true, false);
|
||||
|
||||
CParticle::AddParticle(PARTICLE_HELI_ATTACK, *source, (*target) - (*source) * 0.15f);
|
||||
CParticle::AddParticle(PARTICLE_HELI_ATTACK, *source, ((*target) - (*source)) * 0.15f);
|
||||
|
||||
if ( victim )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue