summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-19 06:50:19 +0000
committertron <tron@openttd.org>2006-03-19 06:50:19 +0000
commita04e2aaa25ca78bbd6317832e2b02313851b585d (patch)
tree9a2e25c763302521af78c1fadb1e4627118dc67a
parentcbad79cbfe527355e9cd6dbcdbdc8b365589f3e8 (diff)
downloadopenttd-a04e2aaa25ca78bbd6317832e2b02313851b585d.tar.xz
(svn r3976) Fix typo in r3946
-rw-r--r--rail_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rail_cmd.c b/rail_cmd.c
index de303fa4a..ed8fd7f26 100644
--- a/rail_cmd.c
+++ b/rail_cmd.c
@@ -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);