(svn r17004) -Fix (r16909): StationRect of loading buoys/waypoints wasn't correctly set when loading 'old' games.
This commit is contained in:
@@ -79,6 +79,8 @@ void MoveBuoysToWaypoints()
|
||||
if (IsBuoyTile(xy) && GetStationIndex(xy) == index) {
|
||||
wp->facilities |= FACIL_DOCK;
|
||||
}
|
||||
|
||||
wp->rect.BeforeAddTile(st->xy, StationRect::ADD_FORCE);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user