File diff r7389:43e81eaed707 → r7390:444ff4a56f72
src/oldloader.cpp
Show inline comments
 
@@ -715,7 +715,7 @@ static bool LoadOldIndustry(LoadgameStat
 
	i = GetIndustry(num);
 
	if (!LoadChunk(ls, i, industry_chunk)) return false;
 

	
 
	if (IsValidIndustry(i)) {
 
	if (i->IsValid()) {
 
		i->town = GetTown(REMAP_TOWN_IDX(_old_town_index));
 
	}