Browse Source

Merge branch 'poke646' into poke646_vendetta

poke646_vendetta
Andrey Akhmichin 2 years ago
parent
commit
ed7d3f620d
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
  1. 8
      cl_dll/hl/hl_weapons.cpp

8
cl_dll/hl/hl_weapons.cpp

@ -793,16 +793,8 @@ void HUD_WeaponsPostThink( local_state_s *from, local_state_s *to, usercmd_t *cm @@ -793,16 +793,8 @@ void HUD_WeaponsPostThink( local_state_s *from, local_state_s *to, usercmd_t *cm
// over the wire ( fixes some animation glitches )
if( g_runfuncs && ( HUD_GetWeaponAnim() != to->client.weaponanim ) )
{
<<<<<<< HEAD
int body = 2;
=======
int body = 0;
//Show laser sight/scope combo
if( pWeapon == &g_Python && bIsMultiplayer() )
body = 1;
>>>>>>> master
// Force a fixed anim down to viewmodel
HUD_SendWeaponAnim( to->client.weaponanim, body, 1 );
}

Loading…
Cancel
Save