]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_input.c
fix nexuiz menu mouse input by resetting in_mouse_x/y variables in a
[xonotic/darkplaces.git] / cl_input.c
index be24b9a1f6632cf806695d5becfa106d4ec4f423..214f3115e0bf87b28f5a69c52c235bb3c84cb916 100644 (file)
@@ -621,9 +621,6 @@ void CL_Input (void)
 
        // clamp after the move to prevent rendering with bad angles
        CL_AdjustAngles ();
-
-       in_mouse_x = 0;
-       in_mouse_y = 0;
 }
 
 #include "cl_collision.h"