X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2FView.qc;h=8f684cc06edbd2b62c66f26c8cdd95b7d8fdb159;hb=95974901c0fc4db713bc0a1d11f7bbaa22a55ffe;hp=c2e6ea52b8e657077ba28d26ddbfd2fbd8d9b592;hpb=de6fba426fc18363fbddf04526c37ee69378c3a2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index c2e6ea52b..8f684cc06 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -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; }