mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-13 16:37:47 +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$
|
// $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
|
// Revision 1.51 2002/03/11 02:22:45 niceass
|
||||||
// tag shell ejections
|
// tag shell ejections
|
||||||
//
|
//
|
||||||
|
@ -4034,7 +4037,7 @@ void CG_ReloadWeapon (centity_t *cent, int reloadStage)
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ent->weapon == WP_HANDCANNON )
|
if ( ent->weapon == WP_HANDCANNON )
|
||||||
CG_ShotgunEjectBrass( cent, NULL, NULL );
|
CG_ShotgunEjectBrass( cent );
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
if (weap->worldReloadSound[2] && ent->clientNum != cg.snap->ps.clientNum)
|
if (weap->worldReloadSound[2] && ent->clientNum != cg.snap->ps.clientNum)
|
||||||
|
|
Loading…
Reference in a new issue