(svn r23407) -Codechange: Keep a bitmap of all cargos accepted by towns.

This commit is contained in:
terkhen
2011-12-03 22:23:10 +00:00
parent ad555a4cb2
commit a6557b4f09
3 changed files with 18 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ void UpdateHousesAndTowns()
UpdateTownRadius(town);
UpdateTownCargos(town);
}
UpdateTownCargoBitmap();
}
/** Save and load of towns. */