File diff r27165:ea28ecab6159 → r27166:64e04a3ef9b1
src/rail.cpp
Show inline comments
 
@@ -215,7 +215,7 @@ bool ValParamRailtype(const RailType rai
 
 * @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;