]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Reset current monster count at round start
authorMario <mario.mario@y7mail.com>
Mon, 5 Aug 2013 19:59:49 +0000 (05:59 +1000)
committerMario <mario.mario@y7mail.com>
Mon, 5 Aug 2013 19:59:49 +0000 (05:59 +1000)
qcsrc/server/mutators/gamemode_invasion.qc

index dd2eeaf42a6fce201cf7d2c958c7466a9f148428..b38a4e2b6d20378afc9232dc494f0349ce86b94a 100644 (file)
@@ -148,6 +148,7 @@ void Invasion_RoundStart()
                
        roundcnt += 1;
        
+       maxcurrent = 0;
        numspawned = 0;
        numkilled = 0;