mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-24 06:59:10 +00:00
(svn r6459) - Fix (r6433): An enum mixup caused oilrigs to not have a station part. Thanks to Znuff for pointing out.
This commit is contained in:
@@ -600,8 +600,8 @@ static void MakeIndustryTileBigger(TileIndex tile)
|
||||
CreateIndustryEffectSmoke(tile);
|
||||
break;
|
||||
|
||||
case GFX_OILRIG_BASE:
|
||||
if (GetIndustryGfx(tile + TileDiffXY(0, 1)) == GFX_OILRIG_BASE) BuildOilRig(tile);
|
||||
case GFX_OILRIG_1:
|
||||
if (GetIndustryGfx(tile + TileDiffXY(0, 1)) == GFX_OILRIG_1) BuildOilRig(tile);
|
||||
break;
|
||||
|
||||
case GFX_TOY_FACTORY:
|
||||
|
Reference in New Issue
Block a user