src/rail_map.h
branchcpp_gui
changeset 6268 4b5241e5dd10
parent 5838 9c3129cb019b
child 6285 187e3ef04cc9
child 6498 aff910a05c6e
--- a/src/rail_map.h	Tue Feb 27 23:54:28 2007 +0000
+++ b/src/rail_map.h	Wed Feb 28 00:33:40 2007 +0000
@@ -261,12 +261,8 @@
 
 /**
  * Return the rail type of tile, or INVALID_RAILTYPE if this is no rail tile.
- * Note that there is no check if the given trackdir is actually present on
- * the tile!
- * The given trackdir is used when there are (could be) multiple rail types on
- * one tile.
  */
-RailType GetTileRailType(TileIndex tile, Track track);
+RailType GetTileRailType(TileIndex tile);
 
 
 typedef enum RailGroundType {