diff --git a/src/g_game.c b/src/g_game.c index 40e2c6991..e5bec4985 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -5249,7 +5249,7 @@ void G_GetNextMap(void) if (K_CanChangeRules(true)) { if (!netgame) // Match Race. - nextmap = NEXTMAP_TITLE; + nextmap = NEXTMAP_VOTING; else switch (cv_advancemap.value) { case 0: // Stay on same map.