1
0
Fork 0

(svn r11255) -Fix [FS#1332]: industry counter was not updated on TTD savegame loading

release/0.6
glx 2007-10-13 16:56:29 +00:00
parent 9e3d19e392
commit d47e51c246
1 changed files with 1 additions and 0 deletions

View File

@ -730,6 +730,7 @@ static bool LoadOldIndustry(LoadgameState *ls, int num)
if (i->IsValid()) {
i->town = GetTown(REMAP_TOWN_IDX(_old_town_index));
IncIndustryTypeCount(i->type);
}
return true;