]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_agl.c
only send prydoncursor related buttons, if cl_prydoncursor is 1
[xonotic/darkplaces.git] / vid_agl.c
index af5c8b7f9d005c333d00dbce3abde1b37d414690..d0e7c4595e28e0b3f6647e7062b6ca76f0beb317 100644 (file)
--- a/vid_agl.c
+++ b/vid_agl.c
@@ -694,14 +694,11 @@ qboolean VID_InitMode(viddef_mode_t *mode)
                }
        }
 
-       memset(&vid.support, 0, sizeof(vid.support));
-
        if ((qglGetString = (const GLubyte* (GLAPIENTRY *)(GLenum name))GL_GetProcAddress("glGetString")) == NULL)
                Sys_Error("glGetString not found in %s", gl_driver);
 
        gl_platformextensions = "";
        gl_platform = "AGL";
-       gl_videosyncavailable = true;
 
        multithreadedgl = false;
        vid_isfullscreen = mode->fullscreen;