(svn r3420) - Fix typo made back in r2997...

This commit is contained in:
peter1138 2006-01-23 17:43:46 +00:00
parent 188352ea3e
commit 93082104dd
1 changed files with 1 additions and 1 deletions

View File

@ -811,7 +811,7 @@ static void DrawRoadBits(TileInfo *ti, byte road, byte ground_type, bool snow, 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;
}