]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Comments
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 26 Sep 2010 14:35:22 +0000 (17:35 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 26 Sep 2010 14:35:22 +0000 (17:35 +0300)
data/qcsrc/client/View.qc

index 1cdb755b80be93b1ae358ea2492484ef84a12705..28539b031d52826b607f895907de7c6fd1684f9e 100644 (file)
@@ -491,17 +491,17 @@ void CSQC_UpdateView(float w, float h)
                teamradar_view();\r
 \r
        // Draw Artwork\r
-       if(intermission && !isdemo()) // match has ended\r
+       if(intermission && !isdemo()) // the match has ended\r
        {\r
                if(artwork_image == "")\r
                {\r
-                       if(getstati(STAT_WINNING))\r
+                       if(getstati(STAT_WINNING)) // we are the winner\r
                        {\r
                                if(!cvar("cl_artwork_won"))\r
                                        return;\r
                                artwork_image = strcat("gfx/artwork_won_", ftos(floor(1 + (random() * cvar("cl_artwork_won")))));\r
                        }\r
-                       else\r
+                       else // we have lost\r
                        {\r
                                if(!cvar("cl_artwork_lost"))\r
                                        return;\r