From d09c73dfebb3dc5eab3299554a7781a2890dae16 Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 1 Feb 2006 22:21:16 +0000 Subject: [PATCH] Fixes mouse + sbar_edit git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1920 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_vidlinuxglx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/gl/gl_vidlinuxglx.c b/engine/gl/gl_vidlinuxglx.c index 3e97a93ab..660ab7fff 100644 --- a/engine/gl/gl_vidlinuxglx.c +++ b/engine/gl/gl_vidlinuxglx.c @@ -984,7 +984,7 @@ void IN_MouseMove (usercmd_t *cmd, int pnum) mx = mouse_x; my = mouse_y; - if (mouseusedforgui || (key_dest == key_menu && m_state == m_complex) + if (mouseusedforgui || (key_dest == key_menu && (m_state == m_complex || m_state == m_plugin)) #ifdef VM_UI || UI_MenuState() #endif