diff --git a/src/table/roadtypes.h b/src/table/roadtypes.h --- a/src/table/roadtypes.h +++ b/src/table/roadtypes.h @@ -82,7 +82,7 @@ static const RoadTypeInfo _original_road 0x01, /* introduction date */ - static_cast(MIN_YEAR), + static_cast(CalendarTime::MIN_YEAR), /* roadtypes required for this to be introduced */ ROADTYPES_NONE, @@ -162,7 +162,7 @@ static const RoadTypeInfo _original_road 0x01, /* introduction date */ - INVALID_DATE, + CalendarTime::INVALID_DATE, /* roadtypes required for this to be introduced */ ROADTYPES_NONE,