mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 01:11:44 +00:00
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:
parent
cb606b0a11
commit
60a91c6c79
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue