From bf9bbaaec94323e61314708d4aa3b0f95ad99243 Mon Sep 17 00:00:00 2001 From: SteelT Date: Sun, 25 Sep 2022 00:17:46 -0400 Subject: [PATCH] Add missing line feed --- 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 4c6d85efa..01d32146d 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -4261,7 +4261,7 @@ void G_LoadGameData(void) { // Since it's not worth declaring the entire gamedata // corrupt over extra maps, we report and move on. - CONS_Alert(CONS_WARNING, "Map with lumpname %s does not exist, time record data will be discarded", mapname); + CONS_Alert(CONS_WARNING, "Map with lumpname %s does not exist, time record data will be discarded\n", mapname); } }