From f53eccda96678e98b0ec0755f471bee2feb1db56 Mon Sep 17 00:00:00 2001 From: svdijk Date: Wed, 18 Jan 2012 12:48:09 +0000 Subject: [PATCH] When modetesting, redraw the screen before asking for confirmation. Otherwise the screen is just a black rectangle, which may be confusing for the user. git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@612 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/gl_vidsdl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Quake/gl_vidsdl.c b/Quake/gl_vidsdl.c index 75e561d1..c6f1bba6 100644 --- a/Quake/gl_vidsdl.c +++ b/Quake/gl_vidsdl.c @@ -444,6 +444,7 @@ static void VID_Test (void) oldmode = modelist[vid_default]; VID_Restart (); + SCR_UpdateScreen (); //pop up confirmation dialoge if (!SCR_ModalMessage("Would you like to keep this\nvideo mode? (y/n)\n", 5.0f))