From 1f4f2e1c36f6138785f3ff48376560869afdc1ec Mon Sep 17 00:00:00 2001 From: Dabb Date: Thu, 17 Aug 2000 15:44:17 +0000 Subject: [PATCH] Add cvar sys_nostdout to WIN32 clients too. Note: sets stdout DISABLED (1) by default. --- source/cl_sys_win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/cl_sys_win.c b/source/cl_sys_win.c index 88e5857..8c06b4d 100644 --- a/source/cl_sys_win.c +++ b/source/cl_sys_win.c @@ -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 ();