X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Futil.qc;h=2618d09fd69bca0bf4cea60ddf05918a8c5ccd3f;hp=42be955f0c48d0b851c56077442b4c3cfecb9f59;hb=1c948fe6e092f455e0aa1afbcbee65f00d89afe8;hpb=7cefe54a276434a171b36fb3bf0d6175ebec78c4 diff --git a/qcsrc/common/util.qc b/qcsrc/common/util.qc index 42be955f0c..2618d09fd6 100644 --- a/qcsrc/common/util.qc +++ b/qcsrc/common/util.qc @@ -439,6 +439,7 @@ string GametypeNameFromType(float g) else if (g == GAME_RACE) return "rc"; else if (g == GAME_NEXBALL) return "nexball"; else if (g == GAME_CTS) return "cts"; + else if (g == GAME_FREEZETAG) return "freezetag"; return "dm"; }