From eb6ddb0aad6d0f90188c14ffa1eeddfb40f4ba21 Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Thu, 14 Dec 2023 22:46:40 +0100 Subject: [PATCH] truncate demo lump name in G_DoPlayDemo info message --- 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 efc4c62c..f46569a9 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -1895,7 +1895,7 @@ static void G_DoPlayDemo(void) } // [FG] report compatibility mode - I_Printf(VB_INFO, "G_DoPlayDemo: %s (%s)", basename, W_WadNameForLump(lumpnum)); + I_Printf(VB_INFO, "G_DoPlayDemo: %.8s (%s)", basename, W_WadNameForLump(lumpnum)); } #define VERSIONSIZE 16