mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- fixed the broken alignment between lines and sectors on the Shadow Warrior automap.
This commit is contained in:
parent
9543c2cbb9
commit
f106505344
1 changed files with 5 additions and 0 deletions
|
@ -3499,6 +3499,9 @@ void drawoverheadmap(int cposx, int cposy, int czoom, short cang)
|
||||||
SWBOOL sprisplayer = FALSE;
|
SWBOOL sprisplayer = FALSE;
|
||||||
short txt_x, txt_y;
|
short txt_x, txt_y;
|
||||||
|
|
||||||
|
int32_t tmpydim = (xdim * 5) / 8;
|
||||||
|
renderSetAspect(65536, divscale16(tmpydim * 320, xdim * 200));
|
||||||
|
|
||||||
// draw location text
|
// draw location text
|
||||||
if (gs.BorderNum <= BORDER_BAR-1)
|
if (gs.BorderNum <= BORDER_BAR-1)
|
||||||
{
|
{
|
||||||
|
@ -3818,6 +3821,8 @@ SHOWSPRITE:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
videoSetCorrectedAspect();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue