1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Remove final snakes from map and world (#18304)

This commit is contained in:
Duncan
2022-10-12 13:14:45 +01:00
committed by GitHub
parent 7dd8989e70
commit 406b73d904
89 changed files with 432 additions and 447 deletions

View File

@@ -104,7 +104,7 @@ static std::vector<RecordedPaintSession> extract_paint_session(std::string_view
auto customXY = TileCoordsXY(gMapSize.x / 2, gMapSize.y / 2).ToCoordsXY().ToTileCentre();
auto customXYZ = CoordsXYZ(customXY, TileElementHeight(customXY));
auto screenXY = translate_3d_to_2d_with_z(0, customXYZ);
auto screenXY = Translate3DTo2DWithZ(0, customXYZ);
viewport.viewPos = { screenXY.x - (viewport.view_width / 2), screenXY.y - (viewport.view_height / 2) };
viewport.zoom = ZoomLevel{ 0 };