Browse Source

Fix shell ejecting.

zombie-x
Andrey Akhmichin 2 years ago
parent
commit
2a66d0ac4f
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

@ -1022,7 +1022,7 @@ void EV_FireShotGunASingle( event_args_t *args ) @@ -1022,7 +1022,7 @@ void EV_FireShotGunASingle( event_args_t *args )
AngleVectors( angles, forward, right, up );
shell = gEngfuncs.pEventAPI->EV_FindModelIndex( "models/auto_shotgunshell.mdl" );// brass shell
shell = gEngfuncs.pEventAPI->EV_FindModelIndex( "models/autoshotgunshell.mdl" );// brass shell
if( EV_IsLocal( idx ) )
{

Loading…
Cancel
Save