diff --git a/cl_dll/ammo.cpp b/cl_dll/ammo.cpp index a5ac4683..fe413b19 100644 --- a/cl_dll/ammo.cpp +++ b/cl_dll/ammo.cpp @@ -1173,6 +1173,9 @@ void CHudAmmo::DrawSpriteCrosshair() { int x, y; + if( g_iUser1 && g_iUser1 != OBS_IN_EYE ) + return; + if( !m_hStaticSpr ) return;