1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix zoom level check

This commit is contained in:
Marijn van der Werf
2016-02-28 16:26:41 +01:00
parent 6e59f2c02b
commit 32d45d3018

View File

@@ -2868,7 +2868,7 @@ static bool new_sub_679074(rct_drawpixelinfo *dpi, int imageId, sint16 x, sint16
esi += image->width;
}
if (dpi->zoom_level == 4) {
if (dpi->zoom_level == 2) {
if (height % 4) {
height -= 2;
esi += image->width * 2;