- -norun now implies -stdout on Windows as it's useless without it

This commit is contained in:
Rachael Alexanderson 2024-04-22 16:53:12 -04:00 committed by Christoph Oelckers
parent 29e103363e
commit a3e61ce33b

View file

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