(svn r2570) Fix: Removed some code that had no effect.

This commit is contained in:
ludde
2005-07-15 12:16:16 +00:00
parent a9b4e7963b
commit b21ee889fe
2 changed files with 2 additions and 4 deletions

View File

@@ -821,8 +821,7 @@ static void TileLoop_Industry(TileIndex tile)
Industry *i = GetIndustry(_m[tile].m2);
if (i->was_cargo_delivered) {
i->was_cargo_delivered = false;
if ((_m[tile].m4|_m[tile].m3) != 0)
_m[tile].m4 = 0;
_m[tile].m4 = 0;
AddAnimatedTile(tile);
}
}