Menus: Fix the cursor being affected by viewport-annexing status bar sizes

git-svn-id: https://svn.eduke32.com/eduke32@7334 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-02-19 05:26:49 +00:00
parent 360ee42e0e
commit f349dfdabf

View file

@ -6958,7 +6958,7 @@ void M_DisplayMenus(void)
vec2_t cursorpos = m_mousepos;
int32_t z = 65536;
uint8_t p = CROSSHAIR_PAL;
uint32_t o = 2;
uint32_t o = 2|8;
auto const oyxaspect = yxaspect;
int32_t alpha;