projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9abf8f0
)
always draw the scoreboard when observing (won't change behaviour in other gamemodes...
author
FruitieX <fruitiex@gmail.com>
Sat, 11 Dec 2010 20:12:13 +0000
(22:12 +0200)
committer
FruitieX <fruitiex@gmail.com>
Sat, 11 Dec 2010 20:12:13 +0000
(22:12 +0200)
qcsrc/client/scoreboard.qc
patch
|
blob
|
history
diff --git
a/qcsrc/client/scoreboard.qc
b/qcsrc/client/scoreboard.qc
index
f03ee99
..
31cdc45
100644
(file)
--- a/
qcsrc/client/scoreboard.qc
+++ b/
qcsrc/client/scoreboard.qc
@@
-885,6
+885,8
@@
float HUD_WouldDrawScoreboard() {
return 1;
else if (getstati(STAT_HEALTH) <= 0 && autocvar_cl_deathscoreboard && gametype != GAME_CTS)
return 1;
return 1;
else if (getstati(STAT_HEALTH) <= 0 && autocvar_cl_deathscoreboard && gametype != GAME_CTS)
return 1;
+ else if (spectatee_status == -1)
+ return 1;
else if (scoreboard_showscores_force)
return 1;
return 0;
else if (scoreboard_showscores_force)
return 1;
return 0;