]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/mutators/gamemode_tdm.qc
Unify boolean constants
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_tdm.qc
index 59f0927e80c98e6d6307772a1425623a7ac7f626..de172873e29255af8f14c0c8ae972758519f5c60 100644 (file)
@@ -48,7 +48,7 @@ void tdm_DelayedInit()
 MUTATOR_HOOKFUNCTION(tdm_GetTeamCount)
 {
        ret_string = "tdm_team";
-       return TRUE;
+       return true;
 }
 
 MUTATOR_DEFINITION(gamemode_tdm)