]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add a FIXME comment
authorterencehill <piuntn@gmail.com>
Mon, 20 Sep 2010 16:44:58 +0000 (18:44 +0200)
committerterencehill <piuntn@gmail.com>
Mon, 20 Sep 2010 16:44:58 +0000 (18:44 +0200)
qcsrc/server/teamplay.qc

index ce7402f8dcfa893289f0b590f57dff78a99101e8..5d868184b950e7372cf773ef5139e6dea3fe968d 100644 (file)
@@ -723,6 +723,7 @@ float PlayerValue(entity p)
        if(IsTeamBalanceForced() == 1)
                return 1;
        return 1;
+       // FIXME: it always returns 1...
 }
 
 // c1...c4 should be set to -1 (not allowed) or 0 (allowed).