diff options
author | Tim Angus <tim@ngus.net> | 2004-01-11 00:20:04 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2004-01-11 00:20:04 +0000 |
commit | 5b4909a3e494eb8c677e3ae65818469fa9c22e3c (patch) | |
tree | fe72405533331b4995a3a41c8f582b73998dacf5 /src/cgame/cg_local.h | |
parent | bddd5e171dabad555ac767013de9114678a82ee7 (diff) |
* Sorted out hydra gas screwups
* Synced MOD_ and EV_ lists
* Removed "devmap" command from map rotation system
* Increased soldier bite damage to 50
* Reduced price of light armour to 70
* Added visibility tests to the hive and acid tube
* Some other stuff
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 8a660c4a..14527607 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1013,6 +1013,8 @@ typedef struct consoleLine_t consoleLines[ MAX_CONSOLE_LINES ]; int numConsoleLines; qboolean consoleValid; + + particleSystem_t *poisonCloudPS; } cg_t; |