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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user