From e3238cd5b7b9e9a4cbc57a1d763d09777f890ce4 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Wed, 13 Jul 2022 14:16:41 -0400 Subject: [PATCH] - always print GZDoom version in the startup log --- src/d_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_main.cpp b/src/d_main.cpp index b64142c07..46dbe0f33 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -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();