Fix: Using MIN_YEAR for a date is probably wrong, Use MIN_DATE instead. (#11444)

Even with strong types ...
This commit is contained in:
Peter Nelson
2023-11-05 15:43:56 +00:00
committed by GitHub
parent ef385499c7
commit b5861fd8f3
2 changed files with 4 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ static const RoadTypeInfo _original_roadtypes[] = {
0x01,
/* introduction date */
static_cast<int32_t>(CalendarTime::MIN_YEAR),
CalendarTime::MIN_DATE,
/* roadtypes required for this to be introduced */
ROADTYPES_NONE,