1
0
Fork 0

(svn r8499) -Fix

-Fix (?): When removing an oil rig replace the station tile by water, not bare land
release/0.6
tron 2007-01-31 21:42:58 +00:00
parent ce12ae7420
commit 43242302e0
1 changed files with 1 additions and 1 deletions

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;