mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-20 10:56:19 +01:00
This commit is contained in:
parent
79b573704b
commit
df1b6a933b
@ -1402,8 +1402,10 @@ struct PerformanceRatingDetailWindow : Window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Make sure the widget is lowered */
|
/* Make sure the widget is lowered */
|
||||||
|
if (this->company != INVALID_COMPANY) {
|
||||||
this->LowerWidget(WID_PRD_COMPANY_FIRST + this->company);
|
this->LowerWidget(WID_PRD_COMPANY_FIRST + this->company);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
CompanyID PerformanceRatingDetailWindow::company = INVALID_COMPANY;
|
CompanyID PerformanceRatingDetailWindow::company = INVALID_COMPANY;
|
||||||
|
Loading…
Reference in New Issue
Block a user