forked from mirror/OpenTTD
(svn r3025) -Fix: Rail convert issue introduced in r3019
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user