(svn r3792) -Fix: Mark the right tile as dirty. It's just a graphical glitch which happend in r1592

pull/155/head
tron 19 years ago
parent b258c39922
commit 000bb4de54

@ -545,7 +545,7 @@ static void TileLoopWaterHelper(TileIndex tile, const TileIndexDiffC *offs)
// Middle part of bridge with clear land below?
if ((_m[target].m5 & 0xF8) == 0xC0) {
_m[target].m5 |= 0x08;
MarkTileDirtyByTile(tile);
MarkTileDirtyByTile(target);
}
break;

Loading…
Cancel
Save