From: havoc Date: Tue, 20 Jan 2009 19:21:34 +0000 (+0000) Subject: fix bug with menu_mouse_absolute 1 in Nexuiz X-Git-Tag: xonotic-v0.1.0preview~1931 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=eff3c43c56896fcf7cd7e9c74bf89dfdcc55fe35;p=xonotic%2Fdarkplaces.git 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 --- 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