Browse Source

Fix glock's bodymodel.

theyhunger
Andrey Akhmichin 2 years ago
parent
commit
e2b6d9c3cb
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
  1. 2
      cl_dll/ev_hldm.cpp

2
cl_dll/ev_hldm.cpp

@ -471,7 +471,7 @@ static void EV_FireGlock_Impl( event_args_t *args ) @@ -471,7 +471,7 @@ static void EV_FireGlock_Impl( event_args_t *args )
if( EV_IsLocal( idx ) )
{
EV_MuzzleFlash();
gEngfuncs.pEventAPI->EV_WeaponAnimation( empty ? GLOCK_SHOOT_EMPTY : GLOCK_SHOOT, 0 );
gEngfuncs.pEventAPI->EV_WeaponAnimation( empty ? GLOCK_SHOOT_EMPTY : GLOCK_SHOOT, 1 );
V_PunchAxis( 0, -2.0 );
}

Loading…
Cancel
Save