game: fix 357 crosshair in hl2mp

This commit is contained in:
SanyaSho 2022-08-04 16:58:02 +03:00
parent 31c5944b5e
commit b525e49d6f

View File

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