game: fix 357 crosshair in hl2mp
This commit is contained in:
parent
31c5944b5e
commit
b525e49d6f
@ -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 ) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user