From a40d761d7fc608359b46694f7259c2699ef8cf0c Mon Sep 17 00:00:00 2001 From: frosch Date: Fri, 15 Feb 2008 18:40:42 +0000 Subject: (svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID --- src/newgrf_industrytiles.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/newgrf_industrytiles.cpp') diff --git a/src/newgrf_industrytiles.cpp b/src/newgrf_industrytiles.cpp index 3d6d5ae6e..2ca61fd01 100644 --- a/src/newgrf_industrytiles.cpp +++ b/src/newgrf_industrytiles.cpp @@ -177,8 +177,8 @@ void IndustryDrawTileLayout(const TileInfo *ti, const SpriteGroup *group, byte r const DrawTileSprites *dts = group->g.layout.dts; const DrawTileSeqStruct *dtss; - SpriteID image = dts->ground_sprite; - SpriteID pal = dts->ground_pal; + SpriteID image = dts->ground.sprite; + SpriteID pal = dts->ground.pal; if (IS_CUSTOM_SPRITE(image)) image += stage; -- cgit v1.2.3-54-g00ecf