From 40aca014bafee22f1e6e9f07673da14a295f8889 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Wed, 17 Oct 2001 22:08:15 +0000 Subject: Starcraft style building inprogress --- src/cgame/cg_weapons.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cgame/cg_weapons.c') 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; -- cgit