Changeset - r2872:5dc496ae9b94
[Not reviewed]
master
0 1 0
peter1138 - 19 years ago 2006-01-23 17:43:46
peter1138@openttd.org
(svn r3420) - Fix typo made back in r2997...
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
road_cmd.c
Show inline comments
 
@@ -811,7 +811,7 @@ static void DrawRoadBits(TileInfo *ti, b
 

	
 
	if (ground_type >= 6) {
 
		// Road works
 
		DrawGroundSprite(HASBIT(road, 4) ? SPR_EXCAVATION_X : SPR_EXCAVATION_Y);
 
		DrawGroundSprite(HASBIT(road, 3) ? SPR_EXCAVATION_X : SPR_EXCAVATION_Y);
 
		return;
 
	}
 

	
0 comments (0 inline, 0 general)