(svn r8499) -Fix
authortron
Wed, 31 Jan 2007 21:42:58 +0000
changeset 6138 c9a4aadfaaac
parent 6137 3d0a1dfdfba7
child 6139 e80b90da75e5
(svn r8499) -Fix

-Fix (?): When removing an oil rig replace the station tile by water, not bare land
src/station_cmd.cpp
--- a/src/station_cmd.cpp	Wed Jan 31 21:38:09 2007 +0000
+++ b/src/station_cmd.cpp	Wed Jan 31 21:42:58 2007 +0000
@@ -2707,7 +2707,7 @@
 {
 	Station* st = GetStationByTile(tile);
 
-	DoClearSquare(tile);
+	MakeWater(tile);
 
 	st->dock_tile = 0;
 	st->airport_tile = 0;