1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Fix rebase error

This commit is contained in:
Gymnasiast
2024-04-23 19:29:35 +02:00
parent 86f80faca8
commit 308912b8ce

View File

@@ -2298,7 +2298,7 @@ void ShiftMap(const TileCoordsXY& amount)
for (auto& spawn : gameState.PeepSpawns)
spawn += amountToMove;
for (auto& entrance : gameState.ParkEntrances)
for (auto& entrance : gameState.Park.Entrances)
entrance += amountToMove;
// Entities