1
0
Fork 0

Fix: Added back SetDParam() for inauguration_year

pull/12769/head
Kaiden Joy 2024-06-09 19:23:15 -04:00
parent d21a963f57
commit 77d9205ef9
1 changed files with 1 additions and 0 deletions

View File

@ -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: