mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r3420) - Fix typo made back in r2997...
This commit is contained in:
parent
ffb8c85b79
commit
79e5f8286c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user