station.h
changeset 3123 a82dd124b3f2
parent 3092 e790a2dbda83
child 3146 36523d434783
--- a/station.h	Thu Mar 02 02:30:15 2006 +0000
+++ b/station.h	Thu Mar 02 08:55:12 2006 +0000
@@ -29,7 +29,7 @@
 enum {
 	INVALID_STATION = 0xFFFF,
 	NUM_SLOTS = 2,
-	ROAD_STOP_LIMIT = 8,
+	ROAD_STOP_LIMIT = 16,
 };
 
 typedef uint16 StationID;
@@ -202,8 +202,9 @@
 }
 
 RoadStop * GetPrimaryRoadStop(const Station *st, RoadStopType type);
+uint GetNumRoadStops(const Station* st, RoadStopType type);
 RoadStop * AllocateRoadStop( void );
-void ClearSlot(Vehicle *v, RoadStop *rs);
+void ClearSlot(Vehicle *v);
 
 static inline bool IsTrainStationTile(TileIndex tile)
 {