mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-06 22:37:22 +00:00
(svn r8499) -Fix
-Fix (?): When removing an oil rig replace the station tile by water, not bare land
This commit is contained in:
parent
ce12ae7420
commit
43242302e0
@ -2707,7 +2707,7 @@ void DeleteOilRig(TileIndex tile)
|
||||
{
|
||||
Station* st = GetStationByTile(tile);
|
||||
|
||||
DoClearSquare(tile);
|
||||
MakeWater(tile);
|
||||
|
||||
st->dock_tile = 0;
|
||||
st->airport_tile = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user