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