]> 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 e13a43f490be568dea52facc62f6ef0abe76ac9b..dea6f27e78b6b740ae0899679dd7eab2c7c04594 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -5166,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");