- Hide game window when launching script debugger

This commit is contained in:
HarrievG 2021-05-31 13:57:45 +02:00 committed by Daniel Gibson
parent 8a455c3c7a
commit 02dcd00788

View file

@ -66,6 +66,9 @@ void DebuggerClientInit( const char *cmdline )
goto DebuggerClientInitDone;
}
// hide the doom window by default
::ShowWindow( win32.hWnd, SW_HIDE );
gDebuggerApp.Run ( );
DebuggerClientInitDone: