1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-14 09:23:12 +00:00

Update Weapon.cpp

This commit is contained in:
Fire_Head 2020-04-15 08:13:46 +03:00 committed by GitHub
parent daed13485e
commit 7c13d72edc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1518,7 +1518,7 @@ CWeapon::FireSniper(CEntity *shooter)
CBulletInfo::AddBullet(shooter, m_eWeaponType, source, dir); CBulletInfo::AddBullet(shooter, m_eWeaponType, source, dir);
if ( shooter == FindPlayerPed() ) if ( shooter == FindPlayerPed() )
++CStats::InstantHitsFiredByPlayer; CStats::InstantHitsFiredByPlayer++;
if ( shooter == FindPlayerPed() ) if ( shooter == FindPlayerPed() )
{ {