(svn r11164) -Fix(r11161): a rogue space roaming in the night... removed

This commit is contained in:
belugas
2007-09-26 02:20:58 +00:00
parent 21cbc7009f
commit fa075ed7bc
2 changed files with 4 additions and 4 deletions

View File

@@ -1941,7 +1941,7 @@ static bool IndustriesChangeInfo(uint indid, int numinfo, int prop, byte **bufp,
} else if (itt[k].gfx == 0xFF) {
itt[k].ti.x = (int8)GB(itt[k].ti.x, 0, 8);
itt[k].ti.y = (int8)GB(itt[k].ti.y, 0, 8);
}
}
}
tile_table[j] = CallocT<IndustryTileTable>(size);
memcpy(tile_table[j], copy_from, sizeof(*copy_from) * size);