diff --git a/road_cmd.c b/road_cmd.c index cad33f991b..0a0dad432e 100644 --- a/road_cmd.c +++ b/road_cmd.c @@ -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; }