]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix typo
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 11 Mar 2006 20:17:23 +0000 (20:17 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 11 Mar 2006 20:17:23 +0000 (20:17 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6108 d7cf8633-e32d-0410-b094-e92efae38249

vid_agl.c

index 604c0a19a3ad717725ced6347eff11ac2984333b..14657de04c4c516fca2e4ef8b1e6749020c70467 100644 (file)
--- a/vid_agl.c
+++ b/vid_agl.c
@@ -108,7 +108,7 @@ void VID_Finish (qboolean allowmousegrab)
 
        // handle the mouse state when windowed if that's changed
        vid_usemouse = false;
-       if (allowmousgrab && vid_mouse.integer && !key_consoleactive && !cls.demoplayback)
+       if (allowmousegrab && vid_mouse.integer && !key_consoleactive && !cls.demoplayback)
                vid_usemouse = true;
        if (!vid_activewindow)
                vid_usemouse = false;