We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72dcfeb commit b385dbbCopy full SHA for b385dbb
src/d_main.cpp
@@ -3559,7 +3559,6 @@ static int D_DoomMain_Internal (void)
3559
LoadHexFont(wad); // load hex font early so we have it during startup.
3560
3561
C_InitConsole(80*8, 25*8, false);
3562
- Printf("%s version: %s\n", GAMENAME, GetVersionString());
3563
I_DetectOS();
3564
3565
// +logfile gets checked too late to catch the full startup log in the logfile so do some extra check for it here.
0 commit comments