Fix shotgun body passed to EV_WeaponAnimation.

This commit is contained in:
Andrey Akhmichin 2022-11-16 10:00:51 +05:00
parent c3809c9be6
commit 72090c7094
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0

View File

@ -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