]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'master' into Mario/showspecs
authorMario <mario.mario@y7mail.com>
Fri, 20 Dec 2013 01:19:34 +0000 (12:19 +1100)
committerMario <mario.mario@y7mail.com>
Fri, 20 Dec 2013 01:19:34 +0000 (12:19 +1100)
1  2 
defaultXonotic.cfg
qcsrc/client/Main.qc
qcsrc/client/autocvars.qh
qcsrc/client/hud.qc
qcsrc/common/constants.qh
qcsrc/server/autocvars.qh
qcsrc/server/cl_client.qc

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index a61a2a53e166a5f9027e46d56e0cce4f13a5580b,d803602ad6ccd6c229e5b61ffa20f4dfc976b6ae..b7ca56b84aaaf1a88d7606264cc4fc30c8b3a477
@@@ -1773,11 -1766,8 +1773,11 @@@ float SpectateUpdate() 
        if (self == self.enemy)
                return 0;
  
-       if not(IS_PLAYER(self.enemy))
+       if (!IS_PLAYER(self.enemy))
 +      {
 +              self.enemy = world;
                return 0;
 +      }
  
        SpectateCopy(self.enemy);