Fix #189
This commit is contained in:
parent
c708dab58f
commit
f4193e9975
@ -125,8 +125,8 @@ void CAWP::AWPFire(float flSpread, float flCycleTime, BOOL fUseAutoAim)
|
||||
m_pPlayer->m_iLastZoom = m_pPlayer->m_iFOV;
|
||||
m_pPlayer->m_iFOV = m_pPlayer->pev->fov = 90;
|
||||
}
|
||||
else
|
||||
flCycleTime += 0.08;
|
||||
else // not zoomed, so bullets diverts more
|
||||
flSpread += 0.08;
|
||||
|
||||
if (m_iClip <= 0)
|
||||
{
|
||||
@ -206,4 +206,4 @@ float CAWP::GetMaxSpeed(void)
|
||||
return 210;
|
||||
|
||||
return 150;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user