This commit is contained in:
a1batross 2016-07-03 23:25:24 +06:00
parent c708dab58f
commit f4193e9975

View File

@ -125,8 +125,8 @@ void CAWP::AWPFire(float flSpread, float flCycleTime, BOOL fUseAutoAim)
m_pPlayer->m_iLastZoom = m_pPlayer->m_iFOV; m_pPlayer->m_iLastZoom = m_pPlayer->m_iFOV;
m_pPlayer->m_iFOV = m_pPlayer->pev->fov = 90; m_pPlayer->m_iFOV = m_pPlayer->pev->fov = 90;
} }
else else // not zoomed, so bullets diverts more
flCycleTime += 0.08; flSpread += 0.08;
if (m_iClip <= 0) if (m_iClip <= 0)
{ {