Menu stuff

git-svn-id: https://svn.eduke32.com/eduke32@6720 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2018-03-06 10:25:07 +00:00
parent 821814fe32
commit 9c23735d98
1 changed files with 1 additions and 1 deletions

View File

@ -6794,7 +6794,7 @@ void M_DisplayMenus(void)
setaspect(viewingrange, 65536);
cursorpos.x = scale(cursorpos.x - (320<<15), ydim << 2, xdim * 3) + (320<<15);
cursorpos.y = scale(cursorpos.y - (200<<15), (ydim << 2) * 6, (xdim * 3) * 5) + (200<<15);
z = scale(z, ydim << 2, xdim * 3);
z = scale(32768, ydim << 2, xdim * 3);
p = 0;
o |= 1024;
}