From 5b4909a3e494eb8c677e3ae65818469fa9c22e3c Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 11 Jan 2004 00:20:04 +0000 Subject: * 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 --- src/cgame/cg_local.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cgame/cg_local.h') 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; -- cgit