From b6af74869bcc74ff5c1e8c14ce0607cf27836428 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 29 Aug 2013 19:49:47 +1000 Subject: [PATCH] Fix compile error --- qcsrc/client/scoreboard.qc | 2 -- 1 file changed, 2 deletions(-) diff --git a/qcsrc/client/scoreboard.qc b/qcsrc/client/scoreboard.qc index 14e0dbc67..ee8f4487e 100644 --- a/qcsrc/client/scoreboard.qc +++ b/qcsrc/client/scoreboard.qc @@ -1084,8 +1084,6 @@ vector HUD_DrawMapStats(vector pos, vector rgb, vector bg_size) { // get number of rows if(stat_secrets_total) rows += 1; - if(stat_totalwaves) - rows += 1; if(stat_monsters_total) rows += 1; -- 2.39.2