(svn r18383) -Fix (r18375): triggering NOT_REACHED for some waypoints

This commit is contained in:
rubidium
2009-12-02 18:12:24 +00:00
parent 4ec4fdff36
commit 66da3cbb20
3 changed files with 5 additions and 4 deletions

View File

@@ -22,7 +22,6 @@
* @param station The station to calculate the distance to
* @param tile The tile from where to calculate the distance
* @param station_type the station type to get the closest tile of
* @note for simplification STATION_RAIL is also used for waypoints!
* @return The closest station tile to the given tile.
*/
static inline TileIndex CalcClosestStationTile(StationID station, TileIndex tile, StationType station_type)