Codechange: make TimerGameCalendar Date and Year types strongly typed (#10761)
This commit is contained in:
@@ -82,7 +82,7 @@ static const RoadTypeInfo _original_roadtypes[] = {
|
||||
0x01,
|
||||
|
||||
/* introduction date */
|
||||
MIN_YEAR,
|
||||
static_cast<int32_t>(MIN_YEAR),
|
||||
|
||||
/* roadtypes required for this to be introduced */
|
||||
ROADTYPES_NONE,
|
||||
|
Reference in New Issue
Block a user