diff options
author | Tim Angus <tim@ngus.net> | 2001-10-17 22:08:15 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-10-17 22:08:15 +0000 |
commit | 40aca014bafee22f1e6e9f07673da14a295f8889 (patch) | |
tree | 2ded9f15ee2f21a569501a2f7c7ff752c1756d39 /src/cgame/cg_weapons.c | |
parent | 816950d5a2114c26c69ec874a5a4fe09a495e4e8 (diff) |
Starcraft style building inprogress
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; |