From: Rudolf Polzer Date: Fri, 30 Aug 2013 08:25:57 +0000 (+0200) Subject: try to fix win32 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=43b471a0e22c5e03ffb8994f760d845e586e1363;p=xonotic%2Fdarkplaces.git try to fix win32 --- diff --git a/vid_wgl.c b/vid_wgl.c index dca2ca90..fb21fad7 100644 --- a/vid_wgl.c +++ b/vid_wgl.c @@ -1014,6 +1014,7 @@ qboolean VID_InitModeGL(viddef_mode_t *mode) { if(vid_desktopfullscreen.integer) { + foundmode = true; gdevmode = initialdevmode; width = mode->width = gdevmode.dmPelsWidth; height = mode->height = gdevmode.dmPelsHeight;