- Print game version in console at startup, this is for those posting only the startup log.

This commit is contained in:
drfrag 2020-02-06 20:08:34 +01:00
parent 0eb049b34e
commit 71440ac4e8

View file

@ -2409,6 +2409,7 @@ static int D_DoomMain_Internal (void)
const char *batchout = Args->CheckValue("-errorlog");
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.