diff options
author | Michael Levin <risujin@fastmail.fm> | 2009-10-03 11:26:03 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:14:59 +0000 |
commit | 617fac98d0df82c4beda446547ca021b7a12d9dd (patch) | |
tree | ddea2c0785b61aec075c9fcb3d20a29045fb4af5 /src/cgame/cg_buildable.c | |
parent | c2772cce6c591f4b043da4526764298d88cce9a9 (diff) |
* Build delay pie slices are now 5 sec each for both teams
* Removed individual weapon build delay
* Removed Advanced Construction Kit, everything is built by the normal kit
* S2+ buildables cannot be built by regular grangers
* Clicking to pick team during spectator mode fixed
* New cvar: cg_printDuplicate, when set to 0 (default) prevents duplicate messages from being printed to screen (they still show up in console)
* Pressing ESC while editing a UI item (esp. new Say menu) will not cause your cursor to disappear next time you open a menu
Diffstat (limited to 'src/cgame/cg_buildable.c')
-rw-r--r-- | src/cgame/cg_buildable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cgame/cg_buildable.c b/src/cgame/cg_buildable.c index 0a1f3877..054068f4 100644 --- a/src/cgame/cg_buildable.c +++ b/src/cgame/cg_buildable.c @@ -1184,7 +1184,6 @@ static qboolean CG_PlayerIsBuilder( buildable_t buildable ) case WP_ABUILD: case WP_ABUILD2: case WP_HBUILD: - case WP_HBUILD2: return BG_FindTeamForBuildable( buildable ) == BG_FindTeamForWeapon( cg.predictedPlayerState.weapon ); |