File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/rail.h
Show inline comments
 
@@ -118,7 +118,7 @@ enum RailFenceOffset {
 
};
 

	
 
/** List of rail type labels. */
 
typedef SmallVector<RailTypeLabel, 4> RailTypeLabelList;
 
typedef std::vector<RailTypeLabel> RailTypeLabelList;
 

	
 
/**
 
 * This struct contains all the info that is needed to draw and construct tracks.