mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- print the version at the start of the log.
This commit is contained in:
parent
cdff5bdc08
commit
f3d31e055f
1 changed files with 2 additions and 0 deletions
|
@ -2331,6 +2331,8 @@ void D_DoomMain (void)
|
|||
}
|
||||
}
|
||||
|
||||
if (!batchrun) Printf(PRINT_LOG, "%s version %s\n", GAMENAME, GetVersionString());
|
||||
|
||||
D_DoomInit();
|
||||
|
||||
// [RH] Make sure zdoom.pk3 is always loaded,
|
||||
|
|
Loading…
Reference in a new issue