Fix oversight in mouse cursor code. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@4760 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2014-11-24 06:03:58 +00:00
parent cb606b0a11
commit 60a91c6c79

View file

@ -4990,7 +4990,7 @@ void M_DisplayMenus(void)
m_mouselastactivity = -M_MOUSETIMEOUT;
if (totalclock - m_mouselastactivity < M_MOUSETIMEOUT)
rotatesprite_win(m_mousepos.x,m_mousepos.y,65536,0,CROSSHAIR,0,CROSSHAIR_PAL,2|1);
rotatesprite_fs(m_mousepos.x,m_mousepos.y,65536,0,CROSSHAIR,0,CROSSHAIR_PAL,2|1);
if ((g_player[myconnectindex].ps->gm&MODE_MENU) != MODE_MENU)
{