diff options
author | Tim Angus <tim@ngus.net> | 2004-03-18 03:18:37 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2004-03-18 03:18:37 +0000 |
commit | 9582bcfdfcce0aa7132917c8403c5f12d2be3e79 (patch) | |
tree | 1dee3afb7d4c368eead06312400b2a283ad5b9f3 /src/cgame/cg_local.h | |
parent | 62f7a4f9db988a522a534224f14127afb9c49ba5 (diff) |
* Possibly fixed the scoreboard not updating
* Possibly fixed the spectator scrolling not working
* Spawn queue position is now displayed when queued
* Pressing BUTTON_ATTACK removes the client from the spawn queue
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 1f1fe409..c3fd240e 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1442,6 +1442,8 @@ extern vmCvar_t ui_voteActive; extern vmCvar_t ui_alienTeamVoteActive; extern vmCvar_t ui_humanTeamVoteActive; +extern vmCvar_t cg_debugRandom; + // // cg_main.c // |