1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Fix outdated patrol areas showing up after map shift

This commit is contained in:
Gymnasiast
2024-05-17 23:32:32 +02:00
parent 3bb1f8e18a
commit a3a09577be

View File

@@ -2397,6 +2397,7 @@ void ShiftMap(const TileCoordsXY& amount)
}
}
}
UpdateConsolidatedPatrolAreas();
// Rides
for (auto& ride : GetRideManager())