summaryrefslogtreecommitdiff
path: root/rail_cmd.c
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
commit54c4a8e7802e9145a9b897034372c12eb8b48372 (patch)
tree9a2e25c763302521af78c1fadb1e4627118dc67a /rail_cmd.c
parent0cef759e2f93068f2cc4c5aa0db0b7ad4ce387f4 (diff)
downloadopenttd-54c4a8e7802e9145a9b897034372c12eb8b48372.tar.xz
(svn r3976) Fix typo in r3946
Diffstat (limited to 'rail_cmd.c')
-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);