From 5f063aa0148c59de0a101779918f629526d14ef2 Mon Sep 17 00:00:00 2001 From: GenericHeroGuy Date: Wed, 12 Feb 2025 01:56:39 +0100 Subject: [PATCH] I'm sick of cherry-picking, just silence this warning --- 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 ae864ea73..250d6823c 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -4392,7 +4392,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\n", mapname); + //CONS_Alert(CONS_WARNING, "Map with lumpname %s does not exist, time record data will be discarded\n", mapname); } }