dedicated(win32): fix crashes( now it works #310 #225 )

This commit is contained in:
nillerusr
2023-12-13 21:28:17 +03:00
parent 327ea9dee7
commit b45295ef7c
4 changed files with 5 additions and 14 deletions

View File

@@ -278,7 +278,7 @@ bool CDedicatedAppSystemGroup::PreInit( )
return false;
#ifdef _WIN32
g_bVGui = !CommandLine()->CheckParm( "-console" );
g_bVGui = CommandLine()->CheckParm( "-vgui" );
#endif
CreateInterfaceFn factory = GetFactory();