Codechange: Rename window related DeleteXXX to match new behaviour
This commit is contained in:
@@ -190,7 +190,7 @@ Industry::~Industry()
|
||||
DecIndustryTypeCount(this->type);
|
||||
|
||||
DeleteIndustryNews(this->index);
|
||||
DeleteWindowById(WC_INDUSTRY_VIEW, this->index);
|
||||
CloseWindowById(WC_INDUSTRY_VIEW, this->index);
|
||||
DeleteNewGRFInspectWindow(GSF_INDUSTRIES, this->index);
|
||||
|
||||
DeleteSubsidyWith(ST_INDUSTRY, this->index);
|
||||
|
Reference in New Issue
Block a user