projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a gametype flag to indicate that a gametype shouldn't display standard score...
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
client
/
hud
/
panel
/
scoreboard.qc
diff --git
a/qcsrc/client/hud/panel/scoreboard.qc
b/qcsrc/client/hud/panel/scoreboard.qc
index
fc49d56
..
8b6b95e
100644
(file)
--- a/
qcsrc/client/hud/panel/scoreboard.qc
+++ b/
qcsrc/client/hud/panel/scoreboard.qc
@@
-1628,7
+1628,7
@@
void Scoreboard_Draw()
str = "";
if(tl > 0)
str = strcat(str, sprintf(_("^3%1.0f minutes"), tl));
- if(!
ISGAMETYPE(LMS)
)
+ if(!
gametype.m_hidelimits
)
{
if(fl > 0)
{