- print the version at the start of the log.

This commit is contained in:
Christoph Oelckers 2017-08-19 20:13:12 +02:00
parent cdff5bdc08
commit f3d31e055f

View file

@ -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,