]> git.xonotic.org Git - voretournament/voretournament.git/commitdiff
No intermission music for spectators (since they don't either win nor loose, so what...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 26 Sep 2010 21:00:24 +0000 (00:00 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 26 Sep 2010 21:00:24 +0000 (00:00 +0300)
data/qcsrc/server/g_world.qc

index c34b4b5bfe2ee150c64322a738df96b89009af87..00c31a5f60db7e29d443b6cc61c571f88a3a8041 100644 (file)
@@ -1351,6 +1351,7 @@ void FixIntermissionClient(entity e)
                                e.weaponentity.weaponentity.effects = EF_NODRAW;\r
                }\r
                if(clienttype(e) == CLIENTTYPE_REAL)\r
+               if(!e.spectatee_status)\r
                {\r
                        stuffcmd(e, "\nscr_printspeed 1000000\n");\r
                        if(e.winning)\r