summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/weapons/Weapon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapons/Weapon.cpp b/src/weapons/Weapon.cpp
index d4312649..28031847 100644
--- a/src/weapons/Weapon.cpp
+++ b/src/weapons/Weapon.cpp
@@ -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() )
{