mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-12 23:54:17 +00:00
- always print GZDoom version in the startup log
This commit is contained in:
parent
a847dacaaa
commit
e3238cd5b7
1 changed files with 1 additions and 1 deletions
|
@ -3566,7 +3566,7 @@ static int D_DoomMain_Internal (void)
|
|||
Printf("\n");
|
||||
}
|
||||
|
||||
if (!batchrun) Printf(PRINT_LOG, "%s version %s\n", GAMENAME, GetVersionString());
|
||||
Printf("%s version %s\n", GAMENAME, GetVersionString());
|
||||
|
||||
D_DoomInit();
|
||||
|
||||
|
|
Loading…
Reference in a new issue