Fix some warnings

This commit is contained in:
dP
2019-11-01 20:11:43 +03:00
parent d9eb8ccd77
commit faa443d9e7
2 changed files with 6 additions and 11 deletions

View File

@@ -1405,7 +1405,7 @@ protected:
{
for (IndustryType indt = 0; indt < NUM_INDUSTRYTYPES; ++indt)
this->type_filter[indt] = true;
IndustryDirectoryWindow::initialized = true;
IndustryDirectoryWindow::initialized = true;
}
public: