From eff3c43c56896fcf7cd7e9c74bf89dfdcc55fe35 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 20 Jan 2009 19:21:34 +0000 Subject: [PATCH] fix bug with menu_mouse_absolute 1 in Nexuiz git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8661 d7cf8633-e32d-0410-b094-e92efae38249 --- vid_wgl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vid_wgl.c b/vid_wgl.c index b5acec40..9d918412 100644 --- a/vid_wgl.c +++ b/vid_wgl.c @@ -579,9 +579,7 @@ LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) temp |= 512; #ifdef SUPPORTDIRECTX - if (vid_usingmouse && !dinput_acquired) -#else - if (vid_usingmouse) + if (!dinput_acquired) #endif { // perform button actions -- 2.39.2