]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/View.qc
also don't draw it if the match ended or we are in the mapvote screen (intermission)
[xonotic/xonotic-data.pk3dir.git] / 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;
        }