Night Owl 8 years ago
parent
commit
33ba064b88
  1. 2
      cl_dll/ev_hldm.cpp
  2. 9
      dlls/crowbar.cpp

2
cl_dll/ev_hldm.cpp

@ -1159,8 +1159,6 @@ void EV_Crowbar( event_args_t *args )
if( EV_IsLocal( idx ) ) if( EV_IsLocal( idx ) )
{ {
gEngfuncs.pEventAPI->EV_WeaponAnimation( CROWBAR_ATTACK1MISS, 1 );
switch( (g_iSwing++) % 3 ) switch( (g_iSwing++) % 3 )
{ {
case 0: case 0:

9
dlls/crowbar.cpp

@ -183,9 +183,12 @@ int CCrowbar::Swing( int fFirst )
} }
} }
#endif #endif
PLAYBACK_EVENT_FULL( FEV_NOTHOST, m_pPlayer->edict(), m_usCrowbar, if( fFirst )
0.0, (float *)&g_vecZero, (float *)&g_vecZero, 0, 0, 0, {
0, 0, 0 ); PLAYBACK_EVENT_FULL( FEV_NOTHOST, m_pPlayer->edict(), m_usCrowbar,
0.0, (float *)&g_vecZero, (float *)&g_vecZero, 0, 0, 0,
0, 0, 0 );
}
if( tr.flFraction >= 1.0 ) if( tr.flFraction >= 1.0 )
{ {

Loading…
Cancel
Save