]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Revert "always draw the scoreboard when observing (won't change behaviour in other...
authorterencehill <piuntn@gmail.com>
Wed, 15 Dec 2010 23:43:58 +0000 (00:43 +0100)
committerterencehill <piuntn@gmail.com>
Wed, 15 Dec 2010 23:43:58 +0000 (00:43 +0100)
This reverts commit 4643c9df1b7f2232384263def0eb5bb6c0050d2f.
because it undoes my commit 8c063f818722ca59c769aa742647d729f6a61da3
where forced scoreboard when observing was disabled together with some useless panel.

qcsrc/client/scoreboard.qc

index 7de456043afd6dad71a155ffaabca3d3e9c0ebf3..2369a604771a616a01a54e394cedfcc37d97a6a2 100644 (file)
@@ -885,8 +885,6 @@ float HUD_WouldDrawScoreboard() {
                return 1;
        else if (spectatee_status != -1 && getstati(STAT_HEALTH) <= 0 && autocvar_cl_deathscoreboard && gametype != GAME_CTS)
                return 1;
-    else if (spectatee_status == -1)
-        return 1;
        else if (scoreboard_showscores_force)
                return 1;
        return 0;