mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Fix shotgun body passed to EV_WeaponAnimation.
This commit is contained in:
parent
c3809c9be6
commit
72090c7094
@ -1707,7 +1707,7 @@ void EV_FireShotGunX( struct event_args_s *args )
|
||||
//Only play the weapon anims if I shot it.
|
||||
if( EV_IsLocal( idx ) )
|
||||
{
|
||||
gEngfuncs.pEventAPI->EV_WeaponAnimation( SHOTGUN_EJECT, 1 );
|
||||
gEngfuncs.pEventAPI->EV_WeaponAnimation( SHOTGUN_EJECT, 0 );
|
||||
}
|
||||
|
||||
shell = gEngfuncs.pEventAPI->EV_FindModelIndex( "models/shotgunshell.mdl" );// brass shell
|
||||
|
Loading…
x
Reference in New Issue
Block a user