(svn r3976) Fix typo in r3946

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
tron 19 years ago
parent cbad79cbfe
commit a04e2aaa25

@ -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);

Loading…
Cancel
Save