From 26adea323461e1148effbd19c97c9542f67011f0 Mon Sep 17 00:00:00 2001 From: wolfy852 Date: Tue, 7 May 2019 01:34:49 -0500 Subject: [PATCH] Battle, not Match --- src/g_game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_game.c b/src/g_game.c index f2d442149..e73847243 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -3095,7 +3095,7 @@ void G_ExitLevel(void) const char *Gametype_Names[NUMGAMETYPES] = { "Race", // GT_RACE - "Match" // GT_MATCH + "Battle" // GT_MATCH /*"Co-op", // GT_COOP "Competition", // GT_COMPETITION