diff options
author | Tim Angus <tim@ngus.net> | 2003-08-16 14:14:57 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2003-08-16 14:14:57 +0000 |
commit | 9d775be1fcf70285d3d55fa1f1541e088b2280a6 (patch) | |
tree | 33447ff8f36f67cae4438bcb2b0aca1e511554eb /src/game/bg_misc.c | |
parent | e227f846393e5f27d2ee1cc148a8ebfe2fab42c4 (diff) |
* Alien build weapons now purchasable so that CG_SetUIVars passes them to UI
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r-- | src/game/bg_misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 7286dc14..1c07da59 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -2330,7 +2330,7 @@ weaponAttributes_t bg_weapons[ ] = 0, //int reloadTime; qtrue, //qboolean hasAltMode; qfalse, //qboolean hasThirdMode; - qfalse, //qboolean purchasable; + qtrue, //qboolean purchasable; ABUILDER_BASE_DELAY, //int buildDelay; WUT_ALIENS //WUTeam_t team; }, @@ -2352,7 +2352,7 @@ weaponAttributes_t bg_weapons[ ] = 0, //int reloadTime; qtrue, //qboolean hasAltMode; qfalse, //qboolean hasThirdMode; - qfalse, //qboolean purchasable; + qtrue, //qboolean purchasable; ABUILDER_ADV_DELAY, //int buildDelay; WUT_ALIENS //WUTeam_t team; }, |