From 77e87364f2b726cef90ded18ae849f15bea9df3f Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Mon, 22 Apr 2024 16:53:12 -0400 Subject: [PATCH] - `-norun` now implies `-stdout` on Windows as it's useless without it --- src/common/platform/win32/i_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/platform/win32/i_main.cpp b/src/common/platform/win32/i_main.cpp index 6977055b7fe..acadc2dc823 100644 --- a/src/common/platform/win32/i_main.cpp +++ b/src/common/platform/win32/i_main.cpp @@ -158,7 +158,7 @@ int DoMain (HINSTANCE hInstance) Args->AppendArg(FString(wargv[i])); } - if (Args->CheckParm("-stdout")) + if (Args->CheckParm("-stdout") || Args->CheckParm("-norun")) { // As a GUI application, we don't normally get a console when we start. // If we were run from the shell and are on XP+, we can attach to its