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
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
1 changed files with 1 additions and 0 deletions

View File

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