From b525e49d6fb82291b28cfa0363faf35a53b60586 Mon Sep 17 00:00:00 2001 From: SanyaSho Date: Thu, 4 Aug 2022 16:58:02 +0300 Subject: [PATCH] game: fix 357 crosshair in hl2mp --- game/shared/hl2mp/weapon_357.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game/shared/hl2mp/weapon_357.cpp b/game/shared/hl2mp/weapon_357.cpp index d943f278..3d496989 100644 --- a/game/shared/hl2mp/weapon_357.cpp +++ b/game/shared/hl2mp/weapon_357.cpp @@ -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 ) );