Skip to content

Commit

Permalink
- Remove duplicate LZDoom version at startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
drfrag666 committed Jun 6, 2024
1 parent 72dcfeb commit b385dbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/d_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b385dbb

Please sign in to comment.