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/table/station_land.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table/station_land.h') diff --git a/src/table/station_land.h b/src/table/station_land.h index 87523d5f5..b0fa4b366 100644 --- a/src/table/station_land.h +++ b/src/table/station_land.h @@ -993,7 +993,7 @@ static const DrawTileSeqStruct _station_display_datas_0171[] = { #undef TILE_SEQ_LINE #undef TILE_SEQ_LINE_PAL -#define TILE_SPRITE_LINE(img, dtss) { img, PAL_NONE, dtss }, +#define TILE_SPRITE_LINE(img, dtss) { {img, PAL_NONE}, dtss }, static const DrawTileSprites _station_display_datas_rail[] = { TILE_SPRITE_LINE(SPR_RAIL_TRACK_X, _station_display_datas_0) -- cgit v1.2.3-54-g00ecf