]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
try to fix win32
authorRudolf Polzer <divverent@xonotic.org>
Fri, 30 Aug 2013 08:25:57 +0000 (10:25 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 30 Aug 2013 08:25:57 +0000 (10:25 +0200)
vid_wgl.c

index dca2ca9034f4646a37c2b42a0a14ae241c104e5e..fb21fad7db2ffae31036674e654891dbb44c2daa 100644 (file)
--- 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;