mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-29 23:32:16 +00:00
Add cvar sys_nostdout to WIN32 clients too. Note: sets stdout DISABLED (1) by default.
This commit is contained in:
parent
798518474b
commit
1f4f2e1c36
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLin
|
||||||
if (!tevent)
|
if (!tevent)
|
||||||
Sys_Error ("Couldn't create event");
|
Sys_Error ("Couldn't create event");
|
||||||
|
|
||||||
sys_nostdout = Cvar_Get("sys_nostdout", "0", CVAR_NONE, "None");
|
sys_nostdout = Cvar_Get("sys_nostdout", "1", CVAR_NONE, "None");
|
||||||
// because sound is off until we become active
|
// because sound is off until we become active
|
||||||
S_BlockSound ();
|
S_BlockSound ();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue