From: Mario Date: Sun, 7 Aug 2016 02:42:54 +0000 (+1000) Subject: Remove hardcoded stat values for testing X-Git-Tag: xonotic-v0.8.2~716^2~6 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cd12fdabbd62dd69f2378f971c0653ac8a3c6bc6;p=xonotic%2Fxonotic-data.pk3dir.git Remove hardcoded stat values for testing --- diff --git a/qcsrc/client/hud/panel/scoreboard.qc b/qcsrc/client/hud/panel/scoreboard.qc index 5ed731871..ca0bd0633 100644 --- a/qcsrc/client/hud/panel/scoreboard.qc +++ b/qcsrc/client/hud/panel/scoreboard.qc @@ -1144,14 +1144,10 @@ vector Scoreboard_MapStats_Draw(vector pos, vector rgb, vector bg_size) { // get monster stats stat_monsters_killed = STAT(MONSTERS_KILLED); stat_monsters_total = STAT(MONSTERS_TOTAL); - stat_monsters_killed = 14; - stat_monsters_total = 22; // get secrets stats stat_secrets_found = STAT(SECRETS_FOUND); stat_secrets_total = STAT(SECRETS_TOTAL); - stat_secrets_found = 5; - stat_secrets_total = 7; // get number of rows if(stat_secrets_total)