1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Fix #7985: Giant Screenshot ignores 'Map rendering' settings

This commit is contained in:
Tobias
2018-12-21 21:27:06 +01:00
committed by Michael Steenbeek
parent 764fdf0648
commit 73345b414b
2 changed files with 2 additions and 1 deletions

View File

@@ -253,7 +253,7 @@ void screenshot_giant()
viewport.view_width = viewport.width;
viewport.view_height = viewport.height;
viewport.var_11 = 0;
viewport.flags = 0;
viewport.flags = vp->flags;
int32_t centreX = (mapSize / 2) * 32 + 16;
int32_t centreY = (mapSize / 2) * 32 + 16;