(svn r3025) -Fix: Rail convert issue introduced in r3019

pull/155/head
Darkvater 19 years ago
parent 8980891b09
commit 6423de9290

@ -991,7 +991,7 @@ static int32 DoConvertRail(TileIndex tile, uint totype, bool exec)
// change type.
if (exec) {
SB(_m[tile].m3, 4, 4, totype);
SB(_m[tile].m3, 0, 4, totype);
MarkTileDirtyByTile(tile);
}

Loading…
Cancel
Save