(svn r15717) -Cleanup: apply some documentation coding style upon the stuff in table/
This commit is contained in:
@@ -416,275 +416,275 @@ static const DrawTileSeqStruct _station_display_datas_82[] = {
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// control tower with concrete underground and no fence
|
||||
// concrete underground
|
||||
/* control tower with concrete underground and no fence
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_085[] = {
|
||||
TILE_SEQ_LINE( 3, 3, 0, 10, 10, 60, SPR_AIRPORT_TOWER | (1 << PALETTE_MODIFIER_COLOUR)) // control tower
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// new airportdepot, facing west
|
||||
// concrete underground
|
||||
/* new airportdepot, facing west
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_086[] = {
|
||||
TILE_SEQ_LINE(14, 0, 0, 2, 16, 28, SPR_AIRFIELD_HANGAR_FRONT | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_LINE( 0, 0, 0, 2, 16, 28, SPR_AIRFIELD_HANGAR_REAR | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// asphalt tile with fences in north
|
||||
// concrete underground
|
||||
/* asphalt tile with fences in north
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_087[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// end of runway
|
||||
/* end of runway */
|
||||
static const DrawTileSeqStruct _station_display_datas_088[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// runway tiles
|
||||
/* runway tiles */
|
||||
static const DrawTileSeqStruct _station_display_datas_089[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// turning radar with concrete underground fences on south -- needs 12 tiles
|
||||
// concrete underground
|
||||
//BEGIN
|
||||
/* turning radar with concrete underground fences on south -- needs 12 tiles
|
||||
* concrete underground
|
||||
*BEGIN */
|
||||
static const DrawTileSeqStruct _station_display_datas_090[] = {
|
||||
TILE_SEQ_LINE( 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_1) // turning radar
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) //fences
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_091[] = {
|
||||
TILE_SEQ_LINE( 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_2)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_092[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_3)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_093[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_4)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_094[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_5)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_095[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_6)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_096[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_7)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_097[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_8)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_098[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_9)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_099[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_A)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0100[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_B)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0101[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_C)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
//END
|
||||
/* END */
|
||||
|
||||
// turning radar with concrete underground fences on north -- needs 12 tiles
|
||||
// concrete underground
|
||||
//BEGIN
|
||||
/* turning radar with concrete underground fences on north -- needs 12 tiles
|
||||
* concrete underground
|
||||
*BEGIN */
|
||||
static const DrawTileSeqStruct _station_display_datas_0102[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_1) // turning radar
|
||||
TILE_SEQ_LINE(0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0103[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_2)
|
||||
TILE_SEQ_LINE(0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0104[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_3)
|
||||
TILE_SEQ_LINE(0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0105[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_4)
|
||||
TILE_SEQ_LINE(0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0106[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_5)
|
||||
TILE_SEQ_LINE(0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0107[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_6)
|
||||
TILE_SEQ_LINE(0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0108[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_7)
|
||||
TILE_SEQ_LINE(0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0109[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_8)
|
||||
TILE_SEQ_LINE(0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0110[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_9)
|
||||
TILE_SEQ_LINE(0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0111[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_A)
|
||||
TILE_SEQ_LINE(0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0112[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_B)
|
||||
TILE_SEQ_LINE(0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0113[] = {
|
||||
TILE_SEQ_LINE(7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_C)
|
||||
TILE_SEQ_LINE(0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
//END
|
||||
/* END */
|
||||
|
||||
// helipad for international airport
|
||||
// concrete underground
|
||||
/* helipad for international airport
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0114[] = {
|
||||
TILE_SEQ_LINE(10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences bottom
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// helipad for commuter airport
|
||||
// concrete underground
|
||||
/* helipad for commuter airport
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0115[] = {
|
||||
TILE_SEQ_LINE(10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD)
|
||||
TILE_SEQ_LINE( 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences left
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// helipad for continental airport
|
||||
// concrete underground
|
||||
/* helipad for continental airport
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0116[] = {
|
||||
TILE_SEQ_LINE(10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD)
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// asphalt tile with fences in north and south
|
||||
// concrete underground
|
||||
/* asphalt tile with fences in north and south
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0117[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// runway tiles with 2 corner fences
|
||||
/* runway tiles with 2 corner fences */
|
||||
static const DrawTileSeqStruct _station_display_datas_0118[] = {
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences west
|
||||
TILE_SEQ_LINE( 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences north
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// runway tiles with 2 corner fences
|
||||
/* runway tiles with 2 corner fences */
|
||||
static const DrawTileSeqStruct _station_display_datas_0119[] = {
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences west
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// runway tiles with 2 corner fences
|
||||
/* runway tiles with 2 corner fences */
|
||||
static const DrawTileSeqStruct _station_display_datas_0120[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences north
|
||||
TILE_SEQ_LINE( 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences east
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// runway tiles with 2 corner fences
|
||||
/* runway tiles with 2 corner fences */
|
||||
static const DrawTileSeqStruct _station_display_datas_0121[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences east
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// ======== new 2x2 helidepot ========
|
||||
// helipad tiles with 2 corner fences top+right
|
||||
/* ======== new 2x2 helidepot ========
|
||||
* helipad tiles with 2 corner fences top+right */
|
||||
static const DrawTileSeqStruct _station_display_datas_0122[] = {
|
||||
TILE_SEQ_LINE(10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD)
|
||||
TILE_SEQ_LINE( 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences east
|
||||
@@ -692,15 +692,15 @@ static const DrawTileSeqStruct _station_display_datas_0122[] = {
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// tarmac tiles with 2 corner fences bottom+right
|
||||
/* tarmac tiles with 2 corner fences bottom+right */
|
||||
static const DrawTileSeqStruct _station_display_datas_0123[] = {
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences north
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// helidepot office with concrete underground and no fence
|
||||
// concrete underground, fences top + left
|
||||
/* helidepot office with concrete underground and no fence
|
||||
* concrete underground, fences top + left */
|
||||
static const DrawTileSeqStruct _station_display_datas_0124[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences left
|
||||
TILE_SEQ_LINE( 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences east
|
||||
@@ -708,51 +708,51 @@ static const DrawTileSeqStruct _station_display_datas_0124[] = {
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// N/S runway plain
|
||||
/* N/S runway plain */
|
||||
static const DrawTileSeqStruct _station_display_datas_0125[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences east
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// N/S runway end
|
||||
/* N/S runway end */
|
||||
static const DrawTileSeqStruct _station_display_datas_0126[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences east
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// N/S runway plain
|
||||
/* N/S runway plain */
|
||||
static const DrawTileSeqStruct _station_display_datas_0127[] = {
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences bottom
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// N/S runway end
|
||||
/* N/S runway end */
|
||||
static const DrawTileSeqStruct _station_display_datas_0128[] = {
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences bottom
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// West facing hangar
|
||||
/* West facing hangar */
|
||||
static const DrawTileSeqStruct _station_display_datas_0129[] = {
|
||||
TILE_SEQ_LINE(14, 0, 0, 2, 16, 28, SPR_NEWHANGAR_W | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_LINE( 0, 0, 0, 2, 16, 28, SPR_NEWHANGAR_W_WALL | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// North facing hangar
|
||||
/* North facing hangar */
|
||||
static const DrawTileSeqStruct _station_display_datas_0130[] = {
|
||||
TILE_SEQ_LINE(14, 0, 0, 2, 16, 28, SPR_NEWHANGAR_N | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// East facing hangar
|
||||
/* East facing hangar */
|
||||
static const DrawTileSeqStruct _station_display_datas_0131[] = {
|
||||
TILE_SEQ_LINE(14, 0, 0, 2, 16, 28, SPR_NEWHANGAR_E | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// helipad for district airport NS
|
||||
// concrete underground
|
||||
/* helipad for district airport NS
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0132[] = {
|
||||
TILE_SEQ_LINE(10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences bottom
|
||||
@@ -760,78 +760,78 @@ static const DrawTileSeqStruct _station_display_datas_0132[] = {
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// helipad for district airport NS
|
||||
// concrete underground
|
||||
/* helipad for district airport NS
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0133[] = {
|
||||
TILE_SEQ_LINE(10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD)
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// helidepot office with concrete underground and fence north
|
||||
// concrete underground
|
||||
/* helidepot office with concrete underground and fence north
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0134[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences north
|
||||
TILE_SEQ_LINE( 3, 3, 0, 10, 10, 60, SPR_AIRPORT_HELIDEPOT_OFFICE | (1 << PALETTE_MODIFIER_COLOUR)) // helidepot office
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// helidepot office with concrete underground and fence east
|
||||
// concrete underground
|
||||
/* helidepot office with concrete underground and fence east
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0135[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences east
|
||||
TILE_SEQ_LINE( 3, 3, 0, 10, 10, 60, SPR_AIRPORT_HELIDEPOT_OFFICE | (1 << PALETTE_MODIFIER_COLOUR)) // helidepot office
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// helidepot office with concrete underground and fence west
|
||||
// concrete underground
|
||||
/* helidepot office with concrete underground and fence west
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0136[] = {
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences west
|
||||
TILE_SEQ_LINE( 3, 3, 0, 10, 10, 60, SPR_AIRPORT_HELIDEPOT_OFFICE | (1 << PALETTE_MODIFIER_COLOUR)) // helidepot office
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// helidepot office with concrete underground and fence south
|
||||
// concrete underground
|
||||
/* helidepot office with concrete underground and fence south
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0137[] = {
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_LINE( 3, 3, 0, 10, 10, 60, SPR_AIRPORT_HELIDEPOT_OFFICE | (1 << PALETTE_MODIFIER_COLOUR)) // helidepot office
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// terminal with fence to east
|
||||
/* terminal with fence to east */
|
||||
static const DrawTileSeqStruct _station_display_datas_0138[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences east
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// terminal with fence to south
|
||||
/* terminal with fence to south */
|
||||
static const DrawTileSeqStruct _station_display_datas_0139[] = {
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// terminal with fence to north
|
||||
/* terminal with fence to north */
|
||||
static const DrawTileSeqStruct _station_display_datas_0140[] = {
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences west
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete with fence to east
|
||||
/* concrete with fence to east */
|
||||
static const DrawTileSeqStruct _station_display_datas_0141[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences east
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete with fence to south
|
||||
/* concrete with fence to south */
|
||||
static const DrawTileSeqStruct _station_display_datas_0142[] = {
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// helipad for district airport EW
|
||||
// concrete underground
|
||||
/* helipad for district airport EW
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0143[] = {
|
||||
TILE_SEQ_LINE(10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences west
|
||||
@@ -839,103 +839,103 @@ static const DrawTileSeqStruct _station_display_datas_0143[] = {
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// helipad for district airport EW
|
||||
// concrete underground
|
||||
/* helipad for district airport EW
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0144[] = {
|
||||
TILE_SEQ_LINE(10, 6, 0, 0, 0, 0, SPR_AIRPORT_HELIPAD)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences west
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// turning radar with concrete underground fences on south -- needs 12 tiles
|
||||
// concrete underground
|
||||
//BEGIN
|
||||
/* turning radar with concrete underground fences on south -- needs 12 tiles
|
||||
* concrete underground
|
||||
*BEGIN */
|
||||
static const DrawTileSeqStruct _station_display_datas_0145[] = {
|
||||
TILE_SEQ_LINE( 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_1) // turning radar
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0146[] = {
|
||||
TILE_SEQ_LINE( 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_2)
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0147[] = {
|
||||
TILE_SEQ_LINE( 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_3)
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0148[] = {
|
||||
TILE_SEQ_LINE( 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_4)
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0149[] = {
|
||||
TILE_SEQ_LINE( 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_5)
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0150[] = {
|
||||
TILE_SEQ_LINE( 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_6)
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0151[] = {
|
||||
TILE_SEQ_LINE( 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_7)
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0152[] = {
|
||||
TILE_SEQ_LINE( 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_8)
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0153[] = {
|
||||
TILE_SEQ_LINE( 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_9)
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0154[] = {
|
||||
TILE_SEQ_LINE( 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_A)
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0155[] = {
|
||||
TILE_SEQ_LINE( 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_B)
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0156[] = {
|
||||
TILE_SEQ_LINE( 7, 7, 0, 2, 2, 8, SPR_AIRPORT_RADAR_C)
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
//END
|
||||
/* END */
|
||||
|
||||
// helipad for helistation
|
||||
// concrete underground
|
||||
/* helipad for helistation
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0157[] = {
|
||||
TILE_SEQ_LINE( 0, 1, 2, 0, 0, 0, SPR_NEWHELIPAD)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences west
|
||||
@@ -943,8 +943,8 @@ static const DrawTileSeqStruct _station_display_datas_0157[] = {
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// helipad for helistation
|
||||
// concrete underground
|
||||
/* helipad for helistation
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0158[] = {
|
||||
TILE_SEQ_LINE( 0, 1, 2, 0, 0, 0, SPR_NEWHELIPAD)
|
||||
TILE_SEQ_LINE(15, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences west
|
||||
@@ -952,61 +952,61 @@ static const DrawTileSeqStruct _station_display_datas_0158[] = {
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// helipad for helistation
|
||||
// concrete underground
|
||||
/* helipad for helistation
|
||||
* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0159[] = {
|
||||
TILE_SEQ_LINE( 0, 1, 2, 0, 0, 0, SPR_NEWHELIPAD)
|
||||
TILE_SEQ_LINE( 0, 0, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences north
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// helidepot office with concrete underground - no fence
|
||||
/* helidepot office with concrete underground - no fence */
|
||||
static const DrawTileSeqStruct _station_display_datas_0160[] = {
|
||||
TILE_SEQ_LINE( 3, 3, 0, 10, 10, 60, SPR_AIRPORT_HELIDEPOT_OFFICE | (1 << PALETTE_MODIFIER_COLOUR)) // helidepot office
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// concrete underground
|
||||
/* concrete underground */
|
||||
static const DrawTileSeqStruct _station_display_datas_0161[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 1, 16, 6, SPR_AIRPORT_FENCE_Y | (1 << PALETTE_MODIFIER_COLOUR)) // fences east
|
||||
TILE_SEQ_LINE( 0, 15, 0, 16, 1, 6, SPR_AIRPORT_FENCE_X | (1 << PALETTE_MODIFIER_COLOUR)) // fences south
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// half grass half SPR_AIRPORT_APRON
|
||||
/* half grass half SPR_AIRPORT_APRON */
|
||||
static const DrawTileSeqStruct _station_display_datas_0162[] = {
|
||||
TILE_SEQ_LINE(0, 0, 0, 0, 0, 0, SPR_GRASS_LEFT)
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// half grass half SPR_AIRPORT_APRON
|
||||
/* half grass half SPR_AIRPORT_APRON */
|
||||
static const DrawTileSeqStruct _station_display_datas_0163[] = {
|
||||
TILE_SEQ_LINE(0, 0, 0, 0, 0, 0, SPR_GRASS_RIGHT)
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// drive-through truck stop X
|
||||
/* drive-through truck stop X */
|
||||
static const DrawTileSeqStruct _station_display_datas_0168[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 16, 3, 16, SPR_TRUCK_STOP_DT_X_W | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_LINE( 0, 13, 0, 16, 3, 16, SPR_TRUCK_STOP_DT_X_E | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// drive-through truck stop Y
|
||||
/* drive-through truck stop Y */
|
||||
static const DrawTileSeqStruct _station_display_datas_0169[] = {
|
||||
TILE_SEQ_LINE(13, 0, 0, 3, 16, 16, SPR_TRUCK_STOP_DT_Y_W | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_LINE( 0, 0, 0, 3, 16, 16, SPR_TRUCK_STOP_DT_Y_E | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// drive-through bus stop X
|
||||
/* drive-through bus stop X */
|
||||
static const DrawTileSeqStruct _station_display_datas_0170[] = {
|
||||
TILE_SEQ_LINE( 0, 0, 0, 16, 3, 16, SPR_BUS_STOP_DT_X_W | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_LINE( 0, 13, 0, 16, 3, 16, SPR_BUS_STOP_DT_X_E | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_END()
|
||||
};
|
||||
|
||||
// drive-through bus stop Y
|
||||
/* drive-through bus stop Y */
|
||||
static const DrawTileSeqStruct _station_display_datas_0171[] = {
|
||||
TILE_SEQ_LINE(13, 0, 0, 3, 16, 16, SPR_BUS_STOP_DT_Y_W | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
TILE_SEQ_LINE( 0, 0, 0, 3, 16, 16, SPR_BUS_STOP_DT_Y_E | (1 << PALETTE_MODIFIER_COLOUR))
|
||||
|
||||
Reference in New Issue
Block a user