game: fix 357 crosshair in hl2mp

This commit is contained in:
SanyaSho 2022-08-04 16:58:02 +03:00
parent 57c753695e
commit edd8393948

View file

@ -140,9 +140,9 @@ void CWeapon357::PrimaryAttack( void )
angles.y += random->RandomInt( -1, 1 );
angles.z = 0;
#ifndef CLIENT_DLL
pPlayer->SnapEyeAngles( angles );
#endif
//#ifndef CLIENT_DLL
// pPlayer->SnapEyeAngles( angles );
//#endif
pPlayer->ViewPunch( QAngle( -8, random->RandomFloat( -2, 2 ), 0 ) );