Codechange: Define Date/Year/Month/Day within TimerGameCalendar class
This commit is contained in:
@@ -153,7 +153,7 @@ bool ValParamRoadType(RoadType roadtype)
|
||||
* @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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user