Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 committed Sep 11, 2021
1 parent f5851d0 commit d0f3e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regamedll/dlls/wpn_shared/wpn_mp5navy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void CMP5N::MP5NFire(float flSpread, float flCycleTime, BOOL fUseAutoAim)
m_bDelayFire = true;
m_iShotsFired++;

m_flAccuracy = ((m_iShotsFired * m_iShotsFired) / MP5N_ACCURACY_DIVISOR) + 0.45f;
m_flAccuracy = ((m_iShotsFired * m_iShotsFired) / 200.1) + 0.45f;

if (m_flAccuracy > 0.75f)
m_flAccuracy = 0.75f;
Expand Down

0 comments on commit d0f3e59

Please sign in to comment.