From: havoc Date: Mon, 23 Sep 2002 04:24:51 +0000 (+0000) Subject: now uses VID_Shutdown instead of VID_SetDefaultMode (which hardly does anything in... X-Git-Tag: RELEASE_0_2_0_RC1~214 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=50284db77bc6869a63b432b7eef089353807d0f4;p=xonotic%2Fdarkplaces.git now uses VID_Shutdown instead of VID_SetDefaultMode (which hardly does anything in vid_wgl anyway) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2420 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sys_win.c b/sys_win.c index 12ee10b5..7363e57f 100644 --- a/sys_win.c +++ b/sys_win.c @@ -103,7 +103,7 @@ void Sys_Error (const char *error, ...) if (!in_sys_error0) { in_sys_error0 = 1; - VID_SetDefaultMode (); + VID_Shutdown(); MessageBox(NULL, text, "Quake Error", MB_OK | MB_SETFOREGROUND | MB_ICONSTOP); } else