X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Futil.qc;h=85f2e0c47d299e4189275617a03055c61afc0f4c;hp=8c87b7fdad4f0e81a26e66633d9bb9032c7020a8;hb=21a6985a5568f9ade821c914c5d66595ddc4619d;hpb=9de5005504c0c133167f6c122da1d5deb5172963;ds=sidebyside diff --git a/qcsrc/common/util.qc b/qcsrc/common/util.qc index 8c87b7fdad..85f2e0c47d 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"; }