From 48d452bba1e9845d7935e03c520623f0b65a136d Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 21 Jul 2005 01:42:41 +0000 Subject: * Change death by dragoon obituary from "clawed" to "chomped" * Fixed the bug where spectators saw team chat * Added ping display to the lagometer * Renormalised some balance variables * Fixed the bug where bodies would sometimes disappear immediately after death * Fixed the "dancing buildables" bug * Fixed the bug where buildable animation sounds were inappropriately played upon entering PVS * Fixed a subtle stage bug * Added code to indicate which stage a team is on via the scoreboard --- src/cgame/cg_local.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cgame/cg_local.h') diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 69c6946b..8db55818 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1301,6 +1301,10 @@ typedef struct int alienStage; int humanStage; + int alienKills; + int humanKills; + int alienNextStageThreshold; + int humanNextStageThreshold; int numAlienSpawns; int numHumanSpawns; -- cgit