mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-28 08:59:09 +00:00
Fix: Added back SetDParam() for inauguration_year
This commit is contained in:
@@ -2402,6 +2402,7 @@ struct CompanyWindow : Window
|
||||
|
||||
case WID_C_DESC_INAUGURATION:
|
||||
SetDParam(0, Company::Get((CompanyID) this->window_number)->inaugurated_year_calendar);
|
||||
SetDParam(1, Company::Get((CompanyID) this->window_number)->inaugurated_year);
|
||||
break;
|
||||
|
||||
case WID_C_DESC_COMPANY_VALUE:
|
||||
|
Reference in New Issue
Block a user