Changeset - r3265:38b428eeb5ad
[Not reviewed]
master
0 1 0
tron - 19 years ago 2006-03-19 06:50:19
tron@openttd.org
(svn r3976) Fix typo in r3946
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rail_cmd.c
Show inline comments
 
@@ -1931,7 +1931,7 @@ static void TileLoop_Track(TileIndex til
 
				}
 

	
 
				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);
0 comments (0 inline, 0 general)