]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compile error
authorMario <mario.mario@y7mail.com>
Thu, 29 Aug 2013 09:49:47 +0000 (19:49 +1000)
committerMario <mario.mario@y7mail.com>
Thu, 29 Aug 2013 09:49:47 +0000 (19:49 +1000)
qcsrc/client/scoreboard.qc

index 14e0dbc6705c4c6e8ca3e786cffb9023018dbfa9..ee8f4487ee89725b46d04ff81543fce8e68f911f 100644 (file)
@@ -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;