diff --git a/source/sw/src/game.cpp b/source/sw/src/game.cpp index ac926c5e4..06d21cedb 100644 --- a/source/sw/src/game.cpp +++ b/source/sw/src/game.cpp @@ -3499,6 +3499,9 @@ void drawoverheadmap(int cposx, int cposy, int czoom, short cang) SWBOOL sprisplayer = FALSE; short txt_x, txt_y; + int32_t tmpydim = (xdim * 5) / 8; + renderSetAspect(65536, divscale16(tmpydim * 320, xdim * 200)); + // draw location text if (gs.BorderNum <= BORDER_BAR-1) { @@ -3818,6 +3821,8 @@ SHOWSPRITE: } } + videoSetCorrectedAspect(); + }