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/road_land.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/table/road_land.h') diff --git a/src/table/road_land.h b/src/table/road_land.h index 32980606a..2f8891692 100644 --- a/src/table/road_land.h +++ b/src/table/road_land.h @@ -26,10 +26,10 @@ static const DrawTileSeqStruct _road_depot_NW[] = { }; static const DrawTileSprites _road_depot[] = { - { 0xA4A, PAL_NONE, _road_depot_NE }, - { 0xA4A, PAL_NONE, _road_depot_SE }, - { 0xA4A, PAL_NONE, _road_depot_SW }, - { 0xA4A, PAL_NONE, _road_depot_NW } + { {0xA4A, PAL_NONE}, _road_depot_NE }, + { {0xA4A, PAL_NONE}, _road_depot_SE }, + { {0xA4A, PAL_NONE}, _road_depot_SW }, + { {0xA4A, PAL_NONE}, _road_depot_NW } }; static const DrawTileSeqStruct _tram_depot_NE[] = { @@ -55,10 +55,10 @@ static const DrawTileSeqStruct _tram_depot_NW[] = { }; static const DrawTileSprites _tram_depot[] = { - { 0xA4A, PAL_NONE, _tram_depot_NE }, - { 0xA4A, PAL_NONE, _tram_depot_SE }, - { 0xA4A, PAL_NONE, _tram_depot_SW }, - { 0xA4A, PAL_NONE, _tram_depot_NW } + { {0xA4A, PAL_NONE}, _tram_depot_NE }, + { {0xA4A, PAL_NONE}, _tram_depot_SE }, + { {0xA4A, PAL_NONE}, _tram_depot_SW }, + { {0xA4A, PAL_NONE}, _tram_depot_NW } }; #undef TILE_SEQ_LINE -- cgit v1.2.3-54-g00ecf