projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de6fba4
)
also don't draw it if the match ended or we are in the mapvote screen (intermission)
author
FruitieX <fruitiex@gmail.com>
Wed, 17 Nov 2010 18:21:27 +0000
(20:21 +0200)
committer
FruitieX <fruitiex@gmail.com>
Wed, 17 Nov 2010 18:21:27 +0000
(20:21 +0200)
qcsrc/client/View.qc
patch
|
blob
|
history
diff --git
a/qcsrc/client/View.qc
b/qcsrc/client/View.qc
index c2e6ea52b8e657077ba28d26ddbfd2fbd8d9b592..8f684cc06edbd2b62c66f26c8cdd95b7d8fdb159 100644
(file)
--- 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;
}