Browse Source

Fix desert eagle body passed to EV_WeaponAnimatio.

CAd
Andrey Akhmichin 2 years ago
parent
commit
5ea48cb68a
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

@ -1769,7 +1769,7 @@ void EV_FireEagle( event_args_t *args )
{ {
// Add muzzle flash to current weapon model // Add muzzle flash to current weapon model
EV_MuzzleFlash(); EV_MuzzleFlash();
gEngfuncs.pEventAPI->EV_WeaponAnimation( EAGLE_SHOOT, 1 ); gEngfuncs.pEventAPI->EV_WeaponAnimation( EAGLE_SHOOT, 0 );
V_PunchAxis( 0, -4.0 ); V_PunchAxis( 0, -4.0 );
} }

Loading…
Cancel
Save