]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/common/util.qc
Implement RPG / Free Roam gametype. Next step is to remove scoring under this type...
[voretournament/voretournament.git] / data / qcsrc / common / util.qc
index dc22dfcd5bb9462e7a295490f3556f80dff401c5..3e2f269f1a8d2c5a4358eff7a2e2de8993c2ee91 100644 (file)
@@ -467,6 +467,7 @@ string GametypeNameFromType(float g)
        else if (g == GAME_ASSAULT) return "as";\r
        else if (g == GAME_RACE) return "rc";\r
        else if (g == GAME_CTS) return "cts";\r
+       else if (g == GAME_RPG) return "rpg";\r
        return "dm";\r
 }\r
 \r