(svn r18679) -Fix (r16993): tile area of waypoints wasn't correctly given to NewGRFs in case of multi tile waypoints
This commit is contained in:
@@ -394,7 +394,6 @@ void Station::GetTileArea(TileArea *ta, StationType type) const
|
||||
|
||||
case STATION_DOCK:
|
||||
case STATION_OILRIG:
|
||||
case STATION_BUOY:
|
||||
ta->tile = this->dock_tile;
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user