File diff r27165:ea28ecab6159 → r27166:64e04a3ef9b1
src/rail.cpp
Show inline comments
 
@@ -212,13 +212,13 @@ bool ValParamRailtype(const RailType rai
 
 * Add the rail types that are to be introduced at the given date.
 
 * @param current The currently available railtypes.
 
 * @param date    The date for the introduction comparisons.
 
 * @return The rail types that should be available when date
 
 *         introduced rail types are taken into account as well.
 
 */
 
RailTypes AddDateIntroducedRailTypes(RailTypes current, Date date)
 
RailTypes AddDateIntroducedRailTypes(RailTypes current, TimerGameCalendar::Date date)
 
{
 
	RailTypes rts = current;
 

	
 
	for (RailType rt = RAILTYPE_BEGIN; rt != RAILTYPE_END; rt++) {
 
		const RailtypeInfo *rti = GetRailTypeInfo(rt);
 
		/* Unused rail type. */