mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-30 22:51:01 +00:00
- -norun
now implies -stdout
on Windows as it's useless without it
This commit is contained in:
parent
29e103363e
commit
a3e61ce33b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue