]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.c
menu.dat needs to use mouse grab by default
[xonotic/darkplaces.git] / menu.c
diff --git a/menu.c b/menu.c
index c8ffdb54858d8e486fc836fd5aebc34d02efb937..dea6f27e78b6b740ae0899679dd7eab2c7c04594 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -2777,6 +2777,7 @@ video_resolution_t video_resolutions[] =
 {"WideScreen 16x9"           ,  683, 384, 683, 384, 1     },
 {"WideScreen 16x9"           ,  960, 540, 640, 360, 1     },
 {"WideScreen 16x9"           , 1280, 720, 640, 360, 1     },
+{"WideScreen 16x9"           , 1360, 768, 680, 384, 1     },
 {"WideScreen 16x9"           , 1366, 768, 683, 384, 1     },
 {"WideScreen 16x9"           , 1920,1080, 640, 360, 1     },
 {"WideScreen 16x9"           , 2560,1440, 640, 360, 1     },
@@ -5165,6 +5166,8 @@ void MP_Init (void)
        // note: OP_STATE is not supported by menu qc, we don't even try to detect
        // it here
 
+       in_client_mouse = true;
+
        // call the prog init
        PRVM_ExecuteProgram(prog->funcoffsets.m_init,"m_init() required");