tron@2186: /* $Id$ */ tron@2186: peter1138@5669: #define TILE_SEQ_END() { (byte)0x80, 0, 0, 0, 0, 0, 0, 0 } truelight@0: tron@5732: static const DrawTileSeqStruct _station_display_nothing[] = { tron@5732: TILE_SEQ_END() tron@5732: }; tron@5732: darkvater@384: static const DrawTileSeqStruct _station_display_datas_0[] = { peter1138@5669: { 0, 0, 0, 16, 5, 2, SPR_RAIL_PLATFORM_X_REAR | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 11, 0, 16, 5, 2, SPR_RAIL_PLATFORM_X_FRONT | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: static const DrawTileSeqStruct _station_display_datas_1[] = { peter1138@5669: { 0, 0, 0, 5, 16, 2, SPR_RAIL_PLATFORM_Y_REAR | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 11, 0, 0, 5, 16, 2, SPR_RAIL_PLATFORM_Y_FRONT | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: static const DrawTileSeqStruct _station_display_datas_2[] = { peter1138@5669: { 0, 0, 0, 16, 5, 2, SPR_RAIL_PLATFORM_BUILDING_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 11, 0, 16, 5, 2, SPR_RAIL_PLATFORM_X_FRONT | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: static const DrawTileSeqStruct _station_display_datas_3[] = { peter1138@5669: { 0, 0, 0, 5, 16, 2, SPR_RAIL_PLATFORM_BUILDING_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 11, 0, 0, 5, 16, 2, SPR_RAIL_PLATFORM_Y_FRONT | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: static const DrawTileSeqStruct _station_display_datas_4[] = { peter1138@5669: { 0, 0, 0, 16, 5, 7, SPR_RAIL_PLATFORM_PILLARS_X_REAR | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 11, 0, 16, 5, 2, SPR_RAIL_PLATFORM_X_FRONT | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0, 16, 16, 16, 10, SPR_RAIL_ROOF_STRUCTURE_X_TILE_A | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0,(byte)0x80, 0, 0, 0, SPR_RAIL_ROOF_GLASS_X_TILE_A | (1 << PALETTE_MODIFIER_TRANSPARENT), PALETTE_TO_TRANSPARENT }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: static const DrawTileSeqStruct _station_display_datas_5[] = { peter1138@5669: { 0, 0, 0, 5, 16, 2, SPR_RAIL_PLATFORM_PILLARS_Y_REAR | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 11, 0, 0, 5, 16, 2, SPR_RAIL_PLATFORM_Y_FRONT | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0, 16, 16, 16, 10, SPR_RAIL_ROOF_STRUCTURE_Y_TILE_A | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0,(byte)0x80, 0, 0, 0, SPR_RAIL_ROOF_GLASS_Y_TILE_A | (1 << PALETTE_MODIFIER_TRANSPARENT), PALETTE_TO_TRANSPARENT }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: static const DrawTileSeqStruct _station_display_datas_6[] = { peter1138@5669: { 0, 0, 0, 16, 5, 2, SPR_RAIL_PLATFORM_X_REAR | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 11, 0, 16, 5, 2, SPR_RAIL_PLATFORM_PILLARS_X_FRONT | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0, 16, 16, 16, 10, SPR_RAIL_ROOF_STRUCTURE_X_TILE_B | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0,(byte)0x80, 0, 0, 0, SPR_RAIL_ROOF_GLASS_X_TILE_B | (1 << PALETTE_MODIFIER_TRANSPARENT), PALETTE_TO_TRANSPARENT }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: static const DrawTileSeqStruct _station_display_datas_7[] = { peter1138@5669: { 0, 0, 0, 5, 16, 2, SPR_RAIL_PLATFORM_Y_REAR | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 11, 0, 0, 5, 16, 2, SPR_RAIL_PLATFORM_PILLARS_Y_FRONT | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0, 16, 16, 16, 10, SPR_RAIL_ROOF_STRUCTURE_Y_TILE_B | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0,(byte)0x80, 0, 0, 0, SPR_RAIL_ROOF_GLASS_Y_TILE_B | (1 << PALETTE_MODIFIER_TRANSPARENT), PALETTE_TO_TRANSPARENT }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: static const DrawTileSeqStruct _station_display_datas_9[] = { peter1138@5669: { 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences north darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_10[] = { peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences west darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_21[] = { peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_22[] = { peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_23[] = { peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_24[] = { peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_25[] = { peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_26[] = { peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_27[] = { peter1138@5669: { 2, 0, 0, 11, 16, 40, SPR_AIRPORT_TERMINAL_A | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_28[] = { peter1138@5669: { 3, 3, 0, 10, 10, 60, SPR_AIRPORT_TOWER | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_29[] = { peter1138@5669: { 0, 1, 0, 14, 14, 30, SPR_AIRPORT_CONCOURSE | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_30[] = { peter1138@5669: { 3, 3, 0, 10, 11, 35, SPR_AIRPORT_TERMINAL_B | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_31[] = { peter1138@5669: { 0, 3, 0, 16, 11, 40, SPR_AIRPORT_TERMINAL_C | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_32[] = { peter1138@5669: { 14, 0, 0, 2, 16, 28, SPR_AIRPORT_HANGAR_FRONT | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0, 0, 2, 16, 28, SPR_AIRPORT_HANGAR_REAR, PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_33[] = { peter1138@5669: { 7, 11, 0, 3, 3, 14, SPR_AIRPORT_JETWAY_1, PAL_NONE }, peter1138@5669: { 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_34[] = { peter1138@5669: { 2, 7, 0, 3, 3, 14, SPR_AIRPORT_JETWAY_2, PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_35[] = { peter1138@5669: { 3, 2, 0, 3, 3, 14, SPR_AIRPORT_JETWAY_3, PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_36[] = { peter1138@5669: { 0, 8, 0, 14, 3, 14, SPR_AIRPORT_PASSENGER_TUNNEL, PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_38[] = { peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_39[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_1, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_40[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_2, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_41[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_3, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_42[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_4, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_43[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_5, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_44[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_6, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_45[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_7, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_46[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_8, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_47[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_9, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_48[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_A, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_49[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_B, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_50[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_C, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_51[] = { peter1138@5669: { 7, 7, 0, 2, 2, 70, SPR_UNMOVABLE_TRANSMITTER, PAL_NONE }, peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_54[] = { peter1138@5669: { 0, 0, 0, 15, 15, 30, SPR_AIRFIELD_TERM_C_BUILD | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_55[] = { peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_58[] = { peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 4, 11, 0, 1, 1, 20, SPR_AIRFIELD_WIND_1 | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_59[] = { peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 4, 11, 0, 1, 1, 20, SPR_AIRFIELD_WIND_2 | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_60[] = { peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 4, 11, 0, 1, 1, 20, SPR_AIRFIELD_WIND_3 | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_61[] = { peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 4, 11, 0, 1, 1, 20, SPR_AIRFIELD_WIND_4 | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_62[] = { peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_63[] = { peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_64[] = { peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_65[] = { peter1138@5669: { 14, 0, 0, 2, 16, 28, SPR_AIRFIELD_HANGAR_FRONT | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0, 0, 2, 16, 28, SPR_AIRFIELD_HANGAR_REAR, PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_66[] = { peter1138@5669: { 0, 0, 0, 16, 16, 60, SPR_HELIPORT | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_67[] = { peter1138@5669: { 0, 15, 0, 13, 1, 10, SPR_TRUCK_STOP_NE_BUILD_A | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 13, 0, 0, 3, 16, 10, SPR_TRUCK_STOP_NE_BUILD_B | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 2, 0, 0, 11, 1, 10, SPR_TRUCK_STOP_NE_BUILD_C | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_68[] = { peter1138@5669: { 15, 3, 0, 1, 13, 10, SPR_TRUCK_STOP_SE_BUILD_A | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0, 0, 16, 3, 10, SPR_TRUCK_STOP_SE_BUILD_B | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 3, 0, 1, 11, 10, SPR_TRUCK_STOP_SE_BUILD_C | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_69[] = { peter1138@5669: { 3, 0, 0, 13, 1, 10, SPR_TRUCK_STOP_SW_BUILD_A | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0, 0, 3, 16, 10, SPR_TRUCK_STOP_SW_BUILD_B | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 3, 15, 0, 11, 1, 10, SPR_TRUCK_STOP_SW_BUILD_C | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_70[] = { peter1138@5669: { 0, 0, 0, 1, 13, 10, SPR_TRUCK_STOP_NW_BUILD_A | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 13, 0, 16, 3, 10, SPR_TRUCK_STOP_NW_BUILD_B | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 15, 2, 0, 1, 11, 10, SPR_TRUCK_STOP_NW_BUILD_C | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_71[] = { peter1138@5669: { 2, 0, 0, 11, 1, 10, SPR_BUS_STOP_NE_BUILD_A | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 13, 0, 0, 3, 16, 10, SPR_BUS_STOP_NE_BUILD_B | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 13, 0, 13, 3, 10, SPR_BUS_STOP_NE_BUILD_C | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_72[] = { peter1138@5669: { 0, 3, 0, 1, 11, 10, SPR_BUS_STOP_SE_BUILD_A | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0, 0, 16, 3, 10, SPR_BUS_STOP_SE_BUILD_B | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 13, 3, 0, 3, 13, 10, SPR_BUS_STOP_SE_BUILD_C | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_73[] = { peter1138@5669: { 3, 15, 0, 11, 1, 10, SPR_BUS_STOP_SW_BUILD_A | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0, 0, 3, 16, 10, SPR_BUS_STOP_SW_BUILD_B | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 3, 0, 0, 13, 3, 10, SPR_BUS_STOP_SW_BUILD_C | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_74[] = { peter1138@5669: { 15, 2, 0, 1, 11, 10, SPR_BUS_STOP_NW_BUILD_A | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 13, 0, 16, 3, 10, SPR_BUS_STOP_NW_BUILD_B | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0, 0, 3, 13, 10, SPR_BUS_STOP_NW_BUILD_C | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_76[] = { peter1138@5669: { 0, 4, 0, 16, 8, 8, SPR_DOCK_SLOPE_NE, PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_77[] = { peter1138@5669: { 4, 0, 0, 8, 16, 8, SPR_DOCK_SLOPE_SE, PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_78[] = { peter1138@5669: { 0, 4, 0, 16, 8, 8, SPR_DOCK_SLOPE_SW, PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_79[] = { peter1138@5669: { 4, 0, 0, 8, 16, 8, SPR_DOCK_SLOPE_NW, PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_80[] = { peter1138@5669: { 0, 4, 0, 16, 8, 8, SPR_DOCK_FLAT_X, PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: static const DrawTileSeqStruct _station_display_datas_81[] = { peter1138@5669: { 4, 0, 0, 8, 16, 8, SPR_DOCK_FLAT_Y, PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: truelight@0: // control tower with concrete underground and no fence darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_085[] = { peter1138@5669: { 3, 3, 0, 10, 10, 60, SPR_AIRPORT_TOWER | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // control tower truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: truelight@0: // new airportdepot, facing west darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_086[] = { peter1138@5669: { 14, 0, 0, 2, 16, 28, SPR_AIRFIELD_HANGAR_FRONT | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0, 0, 2, 16, 28, SPR_AIRFIELD_HANGAR_REAR, PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: truelight@0: // asphalt tile with fences in north darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_087[] = { peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@222: // end of runway tron@2744: static const DrawTileSeqStruct _station_display_datas_088[] = { peter1138@5669: { 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: truelight@0: // runway tiles tron@2744: static const DrawTileSeqStruct _station_display_datas_089[] = { peter1138@5669: { 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: truelight@0: // turning radar with concrete underground fences on south -- needs 12 tiles darkvater@384: // concrete underground truelight@0: //BEGIN tron@2744: static const DrawTileSeqStruct _station_display_datas_090[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_1, PAL_NONE }, // turning radar peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, //fences truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_091[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_2, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_092[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_3, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_093[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_4, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_094[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_5, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_095[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_6, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_096[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_7, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_097[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_8, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_098[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_9, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_099[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_A, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_0100[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_B, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_0101[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_C, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: //END truelight@0: truelight@0: // turning radar with concrete underground fences on north -- needs 12 tiles darkvater@384: // concrete underground truelight@0: //BEGIN tron@2744: static const DrawTileSeqStruct _station_display_datas_0102[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_1, PAL_NONE }, // turning radar peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_0103[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_2, PAL_NONE }, peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_0104[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_3, PAL_NONE }, peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_0105[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_4, PAL_NONE }, peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_0106[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_5, PAL_NONE }, peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_0107[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_6, PAL_NONE }, peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_0108[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_7, PAL_NONE }, peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_0109[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_8, PAL_NONE }, peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_0110[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_9, PAL_NONE }, peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_0111[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_A, PAL_NONE }, peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_0112[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_B, PAL_NONE }, peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, darkvater@384: TILE_SEQ_END() darkvater@384: }; darkvater@384: darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_0113[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_C, PAL_NONE }, peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: //END truelight@0: truelight@0: // helipad for international airport darkvater@384: // concrete underground tron@2744: static const DrawTileSeqStruct _station_display_datas_0114[] = { peter1138@5669: { 10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences bottom truelight@0: TILE_SEQ_END() truelight@0: }; truelight@0: richk@4059: // helipad for commuter airport richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0115[] = { peter1138@5669: { 10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD, PAL_NONE }, peter1138@5669: { 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences left richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // helipad for continental airport richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0116[] = { peter1138@5669: { 10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD, PAL_NONE }, richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // asphalt tile with fences in north and south richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0117[] = { peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // runway tiles with 2 corner fences richk@4059: static const DrawTileSeqStruct _station_display_datas_0118[] = { peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences west peter1138@5669: { 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences north richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // runway tiles with 2 corner fences richk@4059: static const DrawTileSeqStruct _station_display_datas_0119[] = { peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences west peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // runway tiles with 2 corner fences richk@4059: static const DrawTileSeqStruct _station_display_datas_0120[] = { peter1138@5669: { 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences north peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences east richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // runway tiles with 2 corner fences richk@4059: static const DrawTileSeqStruct _station_display_datas_0121[] = { peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences east peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // ======== new 2x2 helidepot ======== richk@4059: // helipad tiles with 2 corner fences top+right richk@4059: static const DrawTileSeqStruct _station_display_datas_0122[] = { peter1138@5669: { 10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD, PAL_NONE }, peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences east peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // tarmac tiles with 2 corner fences bottom+right richk@4059: static const DrawTileSeqStruct _station_display_datas_0123[] = { peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences north peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // helidepot office with concrete underground and no fence richk@4059: // concrete underground, fences top + left richk@4059: static const DrawTileSeqStruct _station_display_datas_0124[] = { peter1138@5669: { 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences left peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences east peter1138@5669: { 3, 3, 0, 10, 10, 60, SPR_AIRPORT_HELIDEPOT_OFFICE | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // helidepot office richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // N/S runway plain richk@4059: static const DrawTileSeqStruct _station_display_datas_0125[] = { peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences east richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // N/S runway end richk@4059: static const DrawTileSeqStruct _station_display_datas_0126[] = { peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences east richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // N/S runway plain richk@4059: static const DrawTileSeqStruct _station_display_datas_0127[] = { peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences bottom richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // N/S runway end richk@4059: static const DrawTileSeqStruct _station_display_datas_0128[] = { peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences bottom richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // West facing hangar richk@4059: static const DrawTileSeqStruct _station_display_datas_0129[] = { peter1138@5669: { 14, 0, 0, 2, 16, 28, SPR_NEWHANGAR_W | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, peter1138@5669: { 0, 0, 0, 2, 16, 28, SPR_NEWHANGAR_W_WALL, PAL_NONE }, richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // North facing hangar richk@4059: static const DrawTileSeqStruct _station_display_datas_0130[] = { peter1138@5669: { 14, 0, 0, 2, 16, 28, SPR_NEWHANGAR_N | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // East facing hangar richk@4059: static const DrawTileSeqStruct _station_display_datas_0131[] = { peter1138@5669: { 14, 0, 0, 2, 16, 28, SPR_NEWHANGAR_E | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // helipad for district airport NS richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0132[] = { peter1138@5669: { 10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences bottom peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences right richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // helipad for district airport NS richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0133[] = { peter1138@5669: { 10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD, PAL_NONE }, peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // helidepot office with concrete underground and fence north richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0134[] = { peter1138@5669: { 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences north peter1138@5669: { 3, 3, 0, 10, 10, 60, SPR_AIRPORT_HELIDEPOT_OFFICE | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // helidepot office richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // helidepot office with concrete underground and fence east richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0135[] = { peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences east peter1138@5669: { 3, 3, 0, 10, 10, 60, SPR_AIRPORT_HELIDEPOT_OFFICE | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // helidepot office richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // helidepot office with concrete underground and fence west richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0136[] = { peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences west peter1138@5669: { 3, 3, 0, 10, 10, 60, SPR_AIRPORT_HELIDEPOT_OFFICE | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // helidepot office richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // helidepot office with concrete underground and fence south richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0137[] = { peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south peter1138@5669: { 3, 3, 0, 10, 10, 60, SPR_AIRPORT_HELIDEPOT_OFFICE | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // helidepot office richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // terminal with fence to east richk@4059: static const DrawTileSeqStruct _station_display_datas_0138[] = { peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences east richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // terminal with fence to south richk@4059: static const DrawTileSeqStruct _station_display_datas_0139[] = { peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // terminal with fence to north richk@4059: static const DrawTileSeqStruct _station_display_datas_0140[] = { peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences west richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // concrete with fence to east richk@4059: static const DrawTileSeqStruct _station_display_datas_0141[] = { peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences east richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // concrete with fence to south richk@4059: static const DrawTileSeqStruct _station_display_datas_0142[] = { peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // helipad for district airport EW richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0143[] = { peter1138@5669: { 10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences west peter1138@5669: { 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences north richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // helipad for district airport EW richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0144[] = { peter1138@5669: { 10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences west richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // turning radar with concrete underground fences on south -- needs 12 tiles richk@4059: // concrete underground richk@4059: //BEGIN richk@4059: static const DrawTileSeqStruct _station_display_datas_0145[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_1, PAL_NONE }, // turning radar peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0146[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_2, PAL_NONE }, peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0147[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_3, PAL_NONE }, peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0148[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_4, PAL_NONE }, peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0149[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_5, PAL_NONE }, peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0150[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_6, PAL_NONE }, peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0151[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_7, PAL_NONE }, peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0152[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_8, PAL_NONE }, peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0153[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_9, PAL_NONE }, peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0154[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_A, PAL_NONE }, peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0155[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_B, PAL_NONE }, peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0156[] = { peter1138@5669: { 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_C, PAL_NONE }, peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: //END richk@4059: richk@4059: // helipad for helistation richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0157[] = { peter1138@5669: { 0, 1, 2, 0, 0, 0, SPR_NEWHELIPAD, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences west peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // helipad for helistation richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0158[] = { peter1138@5669: { 0, 1, 2, 0, 0, 0, SPR_NEWHELIPAD, PAL_NONE }, peter1138@5669: { 15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences west peter1138@5669: { 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences north richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // helipad for helistation richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0159[] = { peter1138@5669: { 0, 1, 2, 0, 0, 0, SPR_NEWHELIPAD, PAL_NONE }, peter1138@5669: { 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences north richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // helidepot office with concrete underground - no fence richk@4059: static const DrawTileSeqStruct _station_display_datas_0160[] = { peter1138@5669: { 3, 3, 0, 10, 10, 60, SPR_AIRPORT_HELIDEPOT_OFFICE | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // helidepot office richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4059: // concrete underground richk@4059: static const DrawTileSeqStruct _station_display_datas_0161[] = { peter1138@5669: { 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences east peter1138@5669: { 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE }, // fences south richk@4059: TILE_SEQ_END() richk@4059: }; richk@4059: richk@4066: // half grass half SPR_AIRPORT_APRON richk@4066: static const DrawTileSeqStruct _station_display_datas_0162[] = { peter1138@5669: { 0, 0, 0, 0, 0, 0, SPR_GRASS_LEFT, PAL_NONE }, richk@4066: TILE_SEQ_END() richk@4066: }; richk@4066: richk@4066: // half grass half SPR_AIRPORT_APRON richk@4066: static const DrawTileSeqStruct _station_display_datas_0163[] = { peter1138@5669: { 0, 0, 0, 0, 0, 0, SPR_GRASS_RIGHT, PAL_NONE }, richk@4066: TILE_SEQ_END() richk@4066: }; richk@4066: darkvater@384: static const DrawTileSprites _station_display_datas[] = { peter1138@5669: { SPR_RAIL_TRACK_X, PAL_NONE, _station_display_datas_0 }, peter1138@5669: { SPR_RAIL_TRACK_Y, PAL_NONE, _station_display_datas_1 }, peter1138@5669: { SPR_RAIL_TRACK_X, PAL_NONE, _station_display_datas_2 }, peter1138@5669: { SPR_RAIL_TRACK_Y, PAL_NONE, _station_display_datas_3 }, peter1138@5669: { SPR_RAIL_TRACK_X, PAL_NONE, _station_display_datas_4 }, peter1138@5669: { SPR_RAIL_TRACK_Y, PAL_NONE, _station_display_datas_5 }, peter1138@5669: { SPR_RAIL_TRACK_X, PAL_NONE, _station_display_datas_6 }, peter1138@5669: { SPR_RAIL_TRACK_Y, PAL_NONE, _station_display_datas_7 }, tron@5732: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_nothing }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_9 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_10 }, tron@5732: { SPR_AIRPORT_AIRCRAFT_STAND, PAL_NONE, _station_display_nothing }, tron@5732: { SPR_AIRPORT_TAXIWAY_NS_WEST, PAL_NONE, _station_display_nothing }, tron@5732: { SPR_AIRPORT_TAXIWAY_EW_SOUTH, PAL_NONE, _station_display_nothing }, tron@5732: { SPR_AIRPORT_TAXIWAY_XING_SOUTH, PAL_NONE, _station_display_nothing }, tron@5732: { SPR_AIRPORT_TAXIWAY_XING_WEST, PAL_NONE, _station_display_nothing }, tron@5732: { SPR_AIRPORT_TAXIWAY_NS_CTR, PAL_NONE, _station_display_nothing }, tron@5732: { SPR_AIRPORT_TAXIWAY_XING_EAST, PAL_NONE, _station_display_nothing }, tron@5732: { SPR_AIRPORT_TAXIWAY_NS_EAST, PAL_NONE, _station_display_nothing }, tron@5732: { SPR_AIRPORT_TAXIWAY_EW_NORTH, PAL_NONE, _station_display_nothing }, tron@5732: { SPR_AIRPORT_TAXIWAY_EW_CTR, PAL_NONE, _station_display_nothing }, peter1138@5669: { SPR_AIRPORT_TAXIWAY_EW_NORTH, PAL_NONE, _station_display_datas_21 }, peter1138@5669: { SPR_AIRPORT_RUNWAY_EXIT_A, PAL_NONE, _station_display_datas_22 }, peter1138@5669: { SPR_AIRPORT_RUNWAY_EXIT_B, PAL_NONE, _station_display_datas_23 }, peter1138@5669: { SPR_AIRPORT_RUNWAY_EXIT_C, PAL_NONE, _station_display_datas_24 }, peter1138@5669: { SPR_AIRPORT_RUNWAY_EXIT_D, PAL_NONE, _station_display_datas_25 }, peter1138@5669: { SPR_AIRPORT_RUNWAY_END, PAL_NONE, _station_display_datas_26 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_27 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_28 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_29 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_30 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_31 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_32 }, peter1138@5669: { SPR_AIRPORT_AIRCRAFT_STAND, PAL_NONE, _station_display_datas_33 }, peter1138@5669: { SPR_AIRPORT_AIRCRAFT_STAND, PAL_NONE, _station_display_datas_34 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_35 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_36 }, tron@5732: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_nothing }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_38 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_39 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_40 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_41 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_42 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_43 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_44 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_45 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_46 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_47 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_48 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_49 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_50 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_51 }, tron@5732: { SPR_AIRFIELD_TERM_A, PAL_NONE, _station_display_nothing }, tron@5732: { SPR_AIRFIELD_TERM_B, PAL_NONE, _station_display_nothing }, peter1138@5669: { SPR_AIRFIELD_TERM_C_GROUND | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE, _station_display_datas_54 }, peter1138@5669: { SPR_AIRFIELD_APRON_A, PAL_NONE, _station_display_datas_55 }, tron@5732: { SPR_AIRFIELD_APRON_B, PAL_NONE, _station_display_nothing }, tron@5732: { SPR_AIRFIELD_APRON_C, PAL_NONE, _station_display_nothing }, peter1138@5669: { SPR_AIRFIELD_APRON_D, PAL_NONE, _station_display_datas_58 }, peter1138@5669: { SPR_AIRFIELD_APRON_D, PAL_NONE, _station_display_datas_59 }, peter1138@5669: { SPR_AIRFIELD_APRON_D, PAL_NONE, _station_display_datas_60 }, peter1138@5669: { SPR_AIRFIELD_APRON_D, PAL_NONE, _station_display_datas_61 }, peter1138@5669: { SPR_AIRFIELD_RUNWAY_NEAR_END, PAL_NONE, _station_display_datas_62 }, peter1138@5669: { SPR_AIRFIELD_RUNWAY_MIDDLE, PAL_NONE, _station_display_datas_63 }, peter1138@5669: { SPR_AIRFIELD_RUNWAY_FAR_END, PAL_NONE, _station_display_datas_64 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_65 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_66 }, peter1138@5669: { SPR_TRUCK_STOP_NE_GROUND | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE, _station_display_datas_67 }, peter1138@5669: { SPR_TRUCK_STOP_SE_GROUND | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE, _station_display_datas_68 }, peter1138@5669: { SPR_TRUCK_STOP_SW_GROUND | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE, _station_display_datas_69 }, peter1138@5669: { SPR_TRUCK_STOP_NW_GROUND | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE, _station_display_datas_70 }, peter1138@5669: { SPR_BUS_STOP_NE_GROUND | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE, _station_display_datas_71 }, peter1138@5669: { SPR_BUS_STOP_SE_GROUND | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE, _station_display_datas_72 }, peter1138@5669: { SPR_BUS_STOP_SW_GROUND | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE, _station_display_datas_73 }, peter1138@5669: { SPR_BUS_STOP_NW_GROUND | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE, _station_display_datas_74 }, tron@5732: { SPR_FLAT_WATER_TILE, PAL_NONE, _station_display_nothing }, peter1138@5669: { SPR_SHORE_TILEH_3, PAL_NONE, _station_display_datas_76 }, peter1138@5669: { SPR_SHORE_TILEH_9, PAL_NONE, _station_display_datas_77 }, peter1138@5669: { SPR_SHORE_TILEH_12, PAL_NONE, _station_display_datas_78 }, peter1138@5669: { SPR_SHORE_TILEH_6, PAL_NONE, _station_display_datas_79 }, peter1138@5669: { SPR_FLAT_WATER_TILE, PAL_NONE, _station_display_datas_80 }, peter1138@5669: { SPR_FLAT_WATER_TILE, PAL_NONE, _station_display_datas_81 }, tron@5732: { SPR_BUOY, PAL_NONE, _station_display_nothing }, tron@5732: { SPR_AIRPORT_RUNWAY_END, PAL_NONE, _station_display_nothing }, tron@5732: { SPR_AIRPORT_RUNWAY_EXIT_B, PAL_NONE, _station_display_nothing }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_085 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_086 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_087 }, peter1138@5669: { SPR_AIRPORT_RUNWAY_END, PAL_NONE, _station_display_datas_088 }, peter1138@5669: { SPR_AIRPORT_RUNWAY_EXIT_B, PAL_NONE, _station_display_datas_089 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_090 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_091 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_092 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_093 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_094 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_095 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_096 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_097 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_098 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_099 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0100 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0101 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0102 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0103 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0104 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0105 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0106 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0107 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0108 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0109 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0110 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0111 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0112 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0113 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0114 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0115 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0116 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0117 }, peter1138@5669: { SPR_AIRPORT_RUNWAY_END, PAL_NONE, _station_display_datas_0118 }, peter1138@5669: { SPR_AIRPORT_RUNWAY_END, PAL_NONE, _station_display_datas_0119 }, peter1138@5669: { SPR_AIRPORT_RUNWAY_END, PAL_NONE, _station_display_datas_0120 }, peter1138@5669: { SPR_AIRPORT_RUNWAY_END, PAL_NONE, _station_display_datas_0121 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0122 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0123 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0124 }, peter1138@5669: { SPR_NSRUNWAY1, PAL_NONE, _station_display_datas_0125 }, peter1138@5669: { SPR_NSRUNWAY_END, PAL_NONE, _station_display_datas_0126 }, peter1138@5669: { SPR_NSRUNWAY1, PAL_NONE, _station_display_datas_0127 }, peter1138@5669: { SPR_NSRUNWAY_END, PAL_NONE, _station_display_datas_0128 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0129 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0130 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0131 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0132 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0133 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0134 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0135 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0136 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0137 }, peter1138@5669: { SPR_AIRPORT_AIRCRAFT_STAND, PAL_NONE, _station_display_datas_0138 }, peter1138@5669: { SPR_AIRPORT_AIRCRAFT_STAND, PAL_NONE, _station_display_datas_0139 }, peter1138@5669: { SPR_AIRPORT_AIRCRAFT_STAND, PAL_NONE, _station_display_datas_0140 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0141 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0142 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0143 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0144 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0145 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0146 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0147 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0148 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0149 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0150 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0151 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0152 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0153 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0154 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0155 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0156 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0157 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0158 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0159 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0160 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0161 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0162 }, peter1138@5669: { SPR_AIRPORT_APRON, PAL_NONE, _station_display_datas_0163 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_58 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_59 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_60 }, peter1138@5669: { SPR_FLAT_GRASS_TILE, PAL_NONE, _station_display_datas_61 }, truelight@0: };