mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-12 21:31:57 +00:00
- Print game version in console at startup, this is for those posting only the startup log.
This commit is contained in:
parent
0eb049b34e
commit
71440ac4e8
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue