]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Don't show artwork for spectators. Perhaps someone could make it show for spectated...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 26 Sep 2010 14:47:56 +0000 (17:47 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 26 Sep 2010 14:47:56 +0000 (17:47 +0300)
data/qcsrc/client/View.qc

index 28539b031d52826b607f895907de7c6fd1684f9e..76f3f2c54ed84563e7a1df57835caef13b41718f 100644 (file)
@@ -492,6 +492,7 @@ void CSQC_UpdateView(float w, float h)
 \r
        // Draw Artwork\r
        if(intermission && !isdemo()) // the match has ended\r
+       if(!spectatee_status)\r
        {\r
                if(artwork_image == "")\r
                {\r