diff options
Diffstat (limited to 'src/cgame/cg_weapons.c')
-rw-r--r-- | src/cgame/cg_weapons.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cgame/cg_weapons.c b/src/cgame/cg_weapons.c index eaafe655..efde2187 100644 --- a/src/cgame/cg_weapons.c +++ b/src/cgame/cg_weapons.c @@ -1353,6 +1353,9 @@ void CG_AddViewWeapon( playerState_t *ps ) { return; } + /*if( ps->stats[ STAT_BUILDABLE ] & SB_ACTIVE_TOGGLEBIT )*/ + CG_GhostBuildable( BA_H_SPAWN ); + // no gun if in third person view if ( cg.renderingThirdPerson ) { return; |