1
0
Fork 0

(svn r3976) Fix typo in r3946

release/0.5
tron 2006-03-19 06:50:19 +00:00
parent cbad79cbfe
commit a04e2aaa25
1 changed files with 1 additions and 1 deletions

View File

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