1
0
Fork 0
forked from fte/fteqw

sbar_edit now mostly works in plugin menus. at least, the movement goes to the right place. :p

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1915 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-01-29 04:01:23 +00:00
parent e428f900fb
commit b391ad0f8f

View file

@ -1383,7 +1383,7 @@ static void ProcessMouse(mouse_t *mouse, usercmd_t *cmd, int pnum)
if(in_xflip.value) mx *= -1;
#endif
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