Add cvar sys_nostdout to WIN32 clients too. Note: sets stdout DISABLED (1) by default.

This commit is contained in:
Dabb 2000-08-17 15:44:17 +00:00
parent 798518474b
commit 1f4f2e1c36

View file

@ -520,7 +520,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLin
if (!tevent)
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
S_BlockSound ();