mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-23 15:44:43 +00:00
(svn r3792) -Fix: Mark the right tile as dirty. It's just a graphical glitch which happend in r1592
This commit is contained in:
parent
9b53fb9e03
commit
2c6435ccc9
@ -545,7 +545,7 @@ static void TileLoopWaterHelper(TileIndex tile, const TileIndexDiffC *offs)
|
|||||||
// Middle part of bridge with clear land below?
|
// Middle part of bridge with clear land below?
|
||||||
if ((_m[target].m5 & 0xF8) == 0xC0) {
|
if ((_m[target].m5 & 0xF8) == 0xC0) {
|
||||||
_m[target].m5 |= 0x08;
|
_m[target].m5 |= 0x08;
|
||||||
MarkTileDirtyByTile(tile);
|
MarkTileDirtyByTile(target);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user