File diff r5866:10d190e87f70 → r5867:de68577800e6
src/station.h
Show inline comments
 
@@ -51,7 +51,6 @@ struct RoadStop {
 
	byte             status;                ///< Current status of the Stop. Like which spot is taken. TODO - enumify this
 
	byte             num_vehicles;          ///< Number of vehicles currently slotted to this stop
 
	struct RoadStop  *next;                 ///< Next stop of the given type at this station
 
	struct RoadStop  *prev;                 ///< Previous stop of the given type at this station
 

	
 
	RoadStop(TileIndex tile);
 
	~RoadStop();