]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make work the "3/2/1 frags left" announcer messages in Freezetag
authorterencehill <piuntn@gmail.com>
Tue, 11 Jun 2013 13:00:50 +0000 (15:00 +0200)
committerterencehill <piuntn@gmail.com>
Tue, 11 Jun 2013 13:00:50 +0000 (15:00 +0200)
qcsrc/server/g_world.qc

index 3043a30003a590f713fc6561074605fbf31d236f..39e9d446ff8f058a30d56ce0d470e0f6da6a824a 100644 (file)
@@ -1911,7 +1911,7 @@ float WinningCondition_Scores(float limit, float leadlimit)
        if(WinningConditionHelper_zeroisworst)
                leadlimit = 0; // not supported in this mode
 
-       if(g_dm || g_tdm || g_arena || g_ca || (g_race && !g_race_qualifying) || g_nexball)
+       if(g_dm || g_tdm || g_arena || g_ca || g_freezetag || (g_race && !g_race_qualifying) || g_nexball)
        // these modes always score in increments of 1, thus this makes sense
        {
                if(leaderfrags != WinningConditionHelper_topscore)