1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Fix Amity Airport coordinate adjustment

This commit is contained in:
Michael Steenbeek
2018-01-06 21:46:18 +01:00
parent c966faf9c2
commit c3e79b1948

View File

@@ -765,7 +765,7 @@ public:
{
// Amity Airfield has peeps entering from the corner of the tile, instead of the middle.
if (String::Equals(_s6.scenario_filename, "Amity Airfield.SC6"))
_s6.peep_spawns[0].y += 16;
_s6.peep_spawns[0].y = 1296;
for (size_t i = 0; i < RCT12_MAX_PEEP_SPAWNS; i++)