(svn r21173) -Codechange: Don't recompute target industry counts each time.

This commit is contained in:
alberth
2010-11-13 15:19:43 +00:00
parent 93765020f1
commit af72592ce1
2 changed files with 14 additions and 5 deletions

View File

@@ -153,7 +153,7 @@ struct IndustryTypeBuildData {
void Reset();
void GetIndustryTypeData(IndustryType it);
bool GetIndustryTypeData(IndustryType it);
};
/**