From f3d31e055f83c8b3b25da20cd2facef518362d86 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 19 Aug 2017 20:13:12 +0200 Subject: [PATCH] - print the version at the start of the log. --- src/d_main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/d_main.cpp b/src/d_main.cpp index 901884a174..f6a7e7cc77 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -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,