Fix rebase error

This commit is contained in:
Gymnasiast 2024-04-23 19:29:35 +02:00
parent 8b111a8cbe
commit aa7e1e0952
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
1 changed files with 1 additions and 1 deletions

View File

@ -2299,7 +2299,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