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/unmovable_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unmovable_cmd.cpp') diff --git a/src/unmovable_cmd.cpp b/src/unmovable_cmd.cpp index ef6d0f056..f02eac7da 100644 --- a/src/unmovable_cmd.cpp +++ b/src/unmovable_cmd.cpp @@ -212,7 +212,7 @@ static void DrawTile_Unmovable(TileInfo *ti) palette = PLAYER_SPRITE_COLOR(GetTileOwner(ti->tile)); t = &_unmovable_display_datas[GetCompanyHQSection(ti->tile)]; - DrawGroundSprite(t->ground_sprite, palette); + DrawGroundSprite(t->ground.sprite, palette); foreach_draw_tile_seq(dtss, t->seq) { AddSortableSpriteToDraw( -- cgit v1.2.3-54-g00ecf