]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
also don't draw it if the match ended or we are in the mapvote screen (intermission)
authorFruitieX <fruitiex@gmail.com>
Wed, 17 Nov 2010 18:21:27 +0000 (20:21 +0200)
committerFruitieX <fruitiex@gmail.com>
Wed, 17 Nov 2010 18:21:27 +0000 (20:21 +0200)
qcsrc/client/View.qc

index c2e6ea52b8e657077ba28d26ddbfd2fbd8d9b592..8f684cc06edbd2b62c66f26c8cdd95b7d8fdb159 100644 (file)
@@ -697,9 +697,9 @@ void CSQC_UpdateView(float w, float h)
                }
        }
 
-       if(spectatee_status == -1)
+       if(spectatee_status == -1 || intermission)
        {
-               myhealth_flash = 0; // observing
+               myhealth_flash = 0; // observing, or match ended
                myhealth_flash_temp = 0;
        }