mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 07:42:15 +00:00
Follow Spect Players- Draws the gun
This commit is contained in:
parent
f3c0f0548d
commit
0c8f535612
1 changed files with 5 additions and 2 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.50 2002/02/24 20:49:07 slicer
|
||||
// Follow Spect Players- Draws the gun
|
||||
//
|
||||
// Revision 1.49 2002/02/23 18:07:46 slicer
|
||||
// Changed Sniper code and Cam code
|
||||
//
|
||||
|
@ -1714,8 +1717,8 @@ void CG_AddViewWeapon( playerState_t *ps ) {
|
|||
//float rxn_gunx, rxn_guny, rxn_gunz;
|
||||
|
||||
|
||||
|
||||
if ( ps->persistant[PERS_TEAM] == TEAM_SPECTATOR ) {
|
||||
//Slicer - Spect code for follow
|
||||
if ( ps->persistant[PERS_TEAM] == TEAM_SPECTATOR && !(ps->pm_flags & PMF_FOLLOW)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue