mirror of https://github.com/OpenTTD/OpenTTD
Fix: Added back SetDParam() for inauguration_year
parent
d21a963f57
commit
77d9205ef9
|
@ -2402,6 +2402,7 @@ struct CompanyWindow : Window
|
||||||
|
|
||||||
case WID_C_DESC_INAUGURATION:
|
case WID_C_DESC_INAUGURATION:
|
||||||
SetDParam(0, Company::Get((CompanyID) this->window_number)->inaugurated_year_calendar);
|
SetDParam(0, Company::Get((CompanyID) this->window_number)->inaugurated_year_calendar);
|
||||||
|
SetDParam(1, Company::Get((CompanyID) this->window_number)->inaugurated_year);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case WID_C_DESC_COMPANY_VALUE:
|
case WID_C_DESC_COMPANY_VALUE:
|
||||||
|
|
Loading…
Reference in New Issue