mirror of
https://github.com/dhewm/dhewm3.git
synced 2024-11-23 04:51:56 +00:00
- Hide game window when launching script debugger
This commit is contained in:
parent
8a455c3c7a
commit
02dcd00788
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ void DebuggerClientInit( const char *cmdline )
|
|||
{
|
||||
goto DebuggerClientInitDone;
|
||||
}
|
||||
|
||||
// hide the doom window by default
|
||||
::ShowWindow( win32.hWnd, SW_HIDE );
|
||||
|
||||
gDebuggerApp.Run ( );
|
||||
|
||||
|
|
Loading…
Reference in a new issue