mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-08 21:39:42 +01:00
parent
78e558717c
commit
74b591c2e9
@ -899,7 +899,7 @@ bool AfterLoadGame()
|
||||
BaseStation *bst = BaseStation::GetByTile(t);
|
||||
|
||||
/* Sanity check */
|
||||
if (bst->owner != GetTileOwner(t)) SlErrorCorrupt("Wrong owner for station tile");
|
||||
if (!IsBuoy(t) && bst->owner != GetTileOwner(t)) SlErrorCorrupt("Wrong owner for station tile");
|
||||
|
||||
/* Set up station spread */
|
||||
bst->rect.BeforeAddTile(t, StationRect::ADD_FORCE);
|
||||
|
Loading…
Reference in New Issue
Block a user