mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 15:52:30 +00:00
Minor fix for NA
This commit is contained in:
parent
a44019348b
commit
2029e4727a
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.52 2002/03/11 03:25:41 jbravo
|
||||
// Minor fix for NA
|
||||
//
|
||||
// Revision 1.51 2002/03/11 02:22:45 niceass
|
||||
// tag shell ejections
|
||||
//
|
||||
|
@ -4034,7 +4037,7 @@ void CG_ReloadWeapon (centity_t *cent, int reloadStage)
|
|||
}
|
||||
|
||||
if ( ent->weapon == WP_HANDCANNON )
|
||||
CG_ShotgunEjectBrass( cent, NULL, NULL );
|
||||
CG_ShotgunEjectBrass( cent );
|
||||
break;
|
||||
case 2:
|
||||
if (weap->worldReloadSound[2] && ent->clientNum != cg.snap->ps.clientNum)
|
||||
|
|
Loading…
Reference in a new issue