From b385dbb6a40434b2885d62052c90f817b0d48e77 Mon Sep 17 00:00:00 2001 From: drfrag Date: Thu, 6 Jun 2024 20:33:38 +0200 Subject: [PATCH] - Remove duplicate LZDoom version at startup. --- src/d_main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/d_main.cpp b/src/d_main.cpp index fe45d054d3c..c9c924431a3 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -3559,7 +3559,6 @@ static int D_DoomMain_Internal (void) LoadHexFont(wad); // load hex font early so we have it during startup. C_InitConsole(80*8, 25*8, false); - Printf("%s version: %s\n", GAMENAME, GetVersionString()); I_DetectOS(); // +logfile gets checked too late to catch the full startup log in the logfile so do some extra check for it here.