From cd12fdabbd62dd69f2378f971c0653ac8a3c6bc6 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 7 Aug 2016 12:42:54 +1000 Subject: [PATCH] Remove hardcoded stat values for testing --- qcsrc/client/hud/panel/scoreboard.qc | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.39.2