mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-13 01:29:10 +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:
@@ -2707,7 +2707,7 @@ void DeleteOilRig(TileIndex tile)
|
||||
{
|
||||
Station* st = GetStationByTile(tile);
|
||||
|
||||
DoClearSquare(tile);
|
||||
MakeWater(tile);
|
||||
|
||||
st->dock_tile = 0;
|
||||
st->airport_tile = 0;
|
||||
|
Reference in New Issue
Block a user