mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
umapinfo: proper fix levelpic for fullscreen patches (#1918)
* Revert "umapinfo: fix levelpic for fullscreen patches (#1841)" This reverts commit 0880d6f52c14c013188cfbe0ffda55d6af2c6093. * proper fix for fullscreen patches
This commit is contained in:
parent
5c952ca4a6
commit
5426138de7
@ -798,7 +798,7 @@ static void WI_drawEL(void)
|
||||
{
|
||||
patch_t* lpic = V_CachePatchName(wbs->nextmapinfo->levelpic, PU_CACHE);
|
||||
|
||||
if (SHORT(lnames[wbs->next]->height) < SCREENHEIGHT)
|
||||
if (SHORT(lpic->height) < SCREENHEIGHT)
|
||||
y += (5 * SHORT(lpic->height)) / 4;
|
||||
|
||||
V_DrawPatch((SCREENWIDTH - SHORT(lpic->width))/2, y, lpic);
|
||||
|
Loading…
x
Reference in New Issue
Block a user