mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-17 01:12:39 +01:00
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