1
0
Fork 0

Disable console

This commit is contained in:
MGislv 2022-02-12 20:46:36 +00:00
parent 5efa187736
commit 583015cbdd
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLin
useXYpos = Com_EarlyParseCmdLine( sys_cmdline, con_title, sizeof( con_title ), &xpos, &ypos );
// done before Com/Sys_Init since we need this for error output
Sys_CreateConsole( con_title, xpos, ypos, useXYpos );
//Sys_CreateConsole( con_title, xpos, ypos, useXYpos );
// no abort/retry/fail errors
SetErrorMode( SEM_FAILCRITICALERRORS );