File diff r27165:ea28ecab6159 → r27166:64e04a3ef9b1
src/road.cpp
Show inline comments
 
@@ -150,13 +150,13 @@ bool ValParamRoadType(RoadType roadtype)
 
 * @param rt      Roadtype
 
 * @param current The currently available roadtypes.
 
 * @param date    The date for the introduction comparisons.
 
 * @return The road types that should be available when date
 
 *         introduced road types are taken into account as well.
 
 */
 
RoadTypes AddDateIntroducedRoadTypes(RoadTypes current, Date date)
 
RoadTypes AddDateIntroducedRoadTypes(RoadTypes current, TimerGameCalendar::Date date)
 
{
 
	RoadTypes rts = current;
 

	
 
	for (RoadType rt = ROADTYPE_BEGIN; rt != ROADTYPE_END; rt++) {
 
		const RoadTypeInfo *rti = GetRoadTypeInfo(rt);
 
		/* Unused road type. */