mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r3976) Fix typo in r3946
This commit is contained in:
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…
Reference in New Issue
Block a user