mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-24 17:45:40 +00:00
Update Weapon.cpp
This commit is contained in:
parent
daed13485e
commit
7c13d72edc
1 changed files with 1 additions and 1 deletions
|
@ -1518,7 +1518,7 @@ CWeapon::FireSniper(CEntity *shooter)
|
|||
CBulletInfo::AddBullet(shooter, m_eWeaponType, source, dir);
|
||||
|
||||
if ( shooter == FindPlayerPed() )
|
||||
++CStats::InstantHitsFiredByPlayer;
|
||||
CStats::InstantHitsFiredByPlayer++;
|
||||
|
||||
if ( shooter == FindPlayerPed() )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue