Changeset - r3365:39dfb2efa942
[Not reviewed]
master
0 1 0
belugas - 19 years ago 2006-03-29 21:10:42
belugas@openttd.org
(svn r4160) CodeChange : Revert part of 4157, spotted by Tron
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
road_cmd.c
Show inline comments
 
@@ -787,7 +787,7 @@ static void DrawTile_Road(TileInfo *ti)
 
			}
 

	
 
			DrawGroundSprite(image);
 
			if (GetRailType(ti->tile) == RAILTYPE_ELECTRIC) DrawCatenary(ti);
 
			if (GB(_m[ti->tile].m4, 0, 4) == RAILTYPE_ELECTRIC) DrawCatenary(ti);
 
			break;
 
		}
 

	
0 comments (0 inline, 0 general)