From: Mario Date: Thu, 29 Aug 2013 09:49:47 +0000 (+1000) Subject: Fix compile error X-Git-Tag: xonotic-v0.8.0~241^2^2~146 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b6af74869bcc74ff5c1e8c14ce0607cf27836428;p=xonotic%2Fxonotic-data.pk3dir.git Fix compile error --- 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;