From: MirceaKitsune Date: Sun, 26 Sep 2010 14:47:56 +0000 (+0300) Subject: Don't show artwork for spectators. Perhaps someone could make it show for spectated... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d2e1ce44ca5c248529202bbf561ab7237ae131ee;p=voretournament%2Fvoretournament.git Don't show artwork for spectators. Perhaps someone could make it show for spectated players (non-observer spectators), but I'm not bothering with that for now. --- diff --git a/data/qcsrc/client/View.qc b/data/qcsrc/client/View.qc index 28539b03..76f3f2c5 100644 --- a/data/qcsrc/client/View.qc +++ b/data/qcsrc/client/View.qc @@ -492,6 +492,7 @@ void CSQC_UpdateView(float w, float h) // Draw Artwork if(intermission && !isdemo()) // the match has ended + if(!spectatee_status) { if(artwork_image == "") {