mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 02:19:41 +00:00
(svn r3025) -Fix: Rail convert issue introduced in r3019
This commit is contained in:
parent
3397e202c8
commit
9134e19d7e
@ -991,7 +991,7 @@ static int32 DoConvertRail(TileIndex tile, uint totype, bool exec)
|
|||||||
|
|
||||||
// change type.
|
// change type.
|
||||||
if (exec) {
|
if (exec) {
|
||||||
SB(_m[tile].m3, 4, 4, totype);
|
SB(_m[tile].m3, 0, 4, totype);
|
||||||
MarkTileDirtyByTile(tile);
|
MarkTileDirtyByTile(tile);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user