]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_shared.c
use GL20TU_ enum values instead of constant texture unit numbers, to
[xonotic/darkplaces.git] / vid_shared.c
index 3ea646e77ccbb7d0de8d74b83235d673ce01c610..02e0fcdd73d8f01f8b6eb65df2411af652b31356 100644 (file)
@@ -1018,6 +1018,7 @@ void VID_Shared_Init(void)
 
 int VID_Mode(int fullscreen, int width, int height, int bpp, int refreshrate, int stereobuffer)
 {
+       cl_ignoremousemoves = 2;
        Con_Printf("Video: %s %dx%dx%dx%dhz%s\n", fullscreen ? "fullscreen" : "window", width, height, bpp, refreshrate, stereobuffer ? " stereo" : "");
        if (VID_InitMode(fullscreen, width, height, bpp, refreshrate, stereobuffer))
        {