(svn r11283) -Fix(r11282): a typo. Don't ask.

This commit is contained in:
belugas 2007-10-17 02:50:18 +00:00
parent 7938e6f793
commit b0df73c7fd
1 changed files with 1 additions and 1 deletions

View File

@ -1890,7 +1890,7 @@ static bool IndustriesChangeInfo(uint indid, int numinfo, int prop, byte **bufp,
copy_from = (IndustryTileTable*)_origin_industry_specs[type].table[laynbr];
for (size = 1;; size++) {
if (copy_from[size - 1].ti.x == -0x80 && copy_from[size - 1].ti.y) break;
if (copy_from[size - 1].ti.x == -0x80 && copy_from[size - 1].ti.y == 0) break;
}
break;
}