mirror of https://github.com/OpenTTD/OpenTTD
parent
9f94cadd68
commit
93016b9a92
|
@ -195,6 +195,7 @@ Industry::~Industry()
|
|||
|
||||
DeleteIndustryNews(this->index);
|
||||
CloseWindowById(WC_INDUSTRY_VIEW, this->index);
|
||||
CloseWindowById(WC_INDUSTRY_PRODUCTION, this->index);
|
||||
DeleteNewGRFInspectWindow(GSF_INDUSTRIES, this->index);
|
||||
|
||||
Source src{this->index, SourceType::Industry};
|
||||
|
|
Loading…
Reference in New Issue