(svn r6979) Use the pool macros for the Industry pool

This commit is contained in:
tron
2006-10-28 11:32:45 +00:00
parent a97f75e439
commit 4cb479e083
4 changed files with 11 additions and 34 deletions

View File

@@ -709,7 +709,7 @@ static bool LoadOldIndustry(LoadgameState *ls, int num)
{
Industry *i;
if (!AddBlockIfNeeded(&_industry_pool, num))
if (!AddBlockIfNeeded(&_Industry_pool, num))
error("Industries: failed loading savegame: too many industries");
i = GetIndustry(num);