1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-02 11:29:10 +00:00

(svn r3976) Fix typo in r3946

This commit is contained in:
tron
2006-03-19 06:50:19 +00:00
parent cbad79cbfe
commit a04e2aaa25

View File

@@ -1931,7 +1931,7 @@ static void TileLoop_Track(TileIndex tile)
} }
if (rail == (TRACK_BIT_UPPER | TRACK_BIT_RIGHT) || ( if (rail == (TRACK_BIT_UPPER | TRACK_BIT_RIGHT) || (
(rail & TRACK_BIT_3WAY_SE) == 0 && (rail & TRACK_BIT_3WAY_SW) == 0 &&
(rail & TRACK_BIT_Y) (rail & TRACK_BIT_Y)
)) { )) {
TileIndex n = tile + TileDiffXY(1, 0); TileIndex n = tile + TileDiffXY(1, 0);