(svn r8499) -Fix

-Fix (?): When removing an oil rig replace the station tile by water, not bare land
This commit is contained in:
tron 2007-01-31 21:42:58 +00:00
parent ce12ae7420
commit 43242302e0

View File

@ -2707,7 +2707,7 @@ void DeleteOilRig(TileIndex tile)
{
Station* st = GetStationByTile(tile);
DoClearSquare(tile);
MakeWater(tile);
st->dock_tile = 0;
st->airport_tile = 0;