src/table/road_land.h
author truelight
Sat, 19 May 2007 23:52:04 +0000
changeset 6654 31d17823506f
parent 5732 20d674f37c75
child 6691 f9adbb0be102
permissions -rw-r--r--
(svn r9885) -Fix r9846: some last bitshifts with zoom-levels that were forgotten
-Fix r9846: initialize the zoom level for 'screen', as assuming 0 is not correct
2186
db48cf29b983 (svn r2701) Insert Id tags into all source files
tron
parents: 1398
diff changeset
     1
/* $Id$ */
db48cf29b983 (svn r2701) Insert Id tags into all source files
tron
parents: 1398
diff changeset
     2
5669
631901f52707 (svn r8129) -Codechange: Change data tables to use split off palette map. And
peter1138
parents: 5475
diff changeset
     3
#define TILE_SEQ_LINE(img, pal, dx, dy, sx, sy) { dx, dy, 0, sx, sy, 20, img, pal },
631901f52707 (svn r8129) -Codechange: Change data tables to use split off palette map. And
peter1138
parents: 5475
diff changeset
     4
#define TILE_SEQ_END() { 0, 0, 0, 0, 0, 0, 0, 0 }
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
     5
4232
136a11474264 (svn r5796) Use DrawTileSprites/DrawTileSeqStruct for road depot drawing data, too
tron
parents: 4212
diff changeset
     6
static const DrawTileSeqStruct _road_depot_NE[] = {
5669
631901f52707 (svn r8129) -Codechange: Change data tables to use split off palette map. And
peter1138
parents: 5475
diff changeset
     7
	TILE_SEQ_LINE(0x584 | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE, 0, 15, 16, 1)
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
     8
	TILE_SEQ_END()
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
     9
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    10
4232
136a11474264 (svn r5796) Use DrawTileSprites/DrawTileSeqStruct for road depot drawing data, too
tron
parents: 4212
diff changeset
    11
static const DrawTileSeqStruct _road_depot_SE[] = {
5669
631901f52707 (svn r8129) -Codechange: Change data tables to use split off palette map. And
peter1138
parents: 5475
diff changeset
    12
	TILE_SEQ_LINE(0x580, PAL_NONE, 0, 0, 1, 16)
631901f52707 (svn r8129) -Codechange: Change data tables to use split off palette map. And
peter1138
parents: 5475
diff changeset
    13
	TILE_SEQ_LINE(0x581 | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE, 15, 0, 1, 16)
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    14
	TILE_SEQ_END()
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    15
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    16
4232
136a11474264 (svn r5796) Use DrawTileSprites/DrawTileSeqStruct for road depot drawing data, too
tron
parents: 4212
diff changeset
    17
static const DrawTileSeqStruct _road_depot_SW[] = {
5669
631901f52707 (svn r8129) -Codechange: Change data tables to use split off palette map. And
peter1138
parents: 5475
diff changeset
    18
	TILE_SEQ_LINE(0x582, PAL_NONE, 0, 0, 16, 1)
631901f52707 (svn r8129) -Codechange: Change data tables to use split off palette map. And
peter1138
parents: 5475
diff changeset
    19
	TILE_SEQ_LINE(0x583 | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE, 0, 15, 16, 1)
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    20
	TILE_SEQ_END()
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    21
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    22
4232
136a11474264 (svn r5796) Use DrawTileSprites/DrawTileSeqStruct for road depot drawing data, too
tron
parents: 4212
diff changeset
    23
static const DrawTileSeqStruct _road_depot_NW[] = {
5669
631901f52707 (svn r8129) -Codechange: Change data tables to use split off palette map. And
peter1138
parents: 5475
diff changeset
    24
	TILE_SEQ_LINE(0x585 | (1 << PALETTE_MODIFIER_COLOR), PAL_NONE, 15, 0, 1, 16)
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    25
	TILE_SEQ_END()
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    26
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    27
4232
136a11474264 (svn r5796) Use DrawTileSprites/DrawTileSeqStruct for road depot drawing data, too
tron
parents: 4212
diff changeset
    28
static const DrawTileSprites _road_depot[] = {
5669
631901f52707 (svn r8129) -Codechange: Change data tables to use split off palette map. And
peter1138
parents: 5475
diff changeset
    29
	{ 0xA4A, PAL_NONE, _road_depot_NE },
631901f52707 (svn r8129) -Codechange: Change data tables to use split off palette map. And
peter1138
parents: 5475
diff changeset
    30
	{ 0xA4A, PAL_NONE, _road_depot_SE },
631901f52707 (svn r8129) -Codechange: Change data tables to use split off palette map. And
peter1138
parents: 5475
diff changeset
    31
	{ 0xA4A, PAL_NONE, _road_depot_SW },
631901f52707 (svn r8129) -Codechange: Change data tables to use split off palette map. And
peter1138
parents: 5475
diff changeset
    32
	{ 0xA4A, PAL_NONE, _road_depot_NW }
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    33
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    34
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    35
#undef TILE_SEQ_BEGIN
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    36
#undef TILE_SEQ_LINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    37
#undef TILE_SEQ_END
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    38
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    39
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    40
static const SpriteID _road_tile_sprites_1[16] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
    41
	0,     0x546, 0x545, 0x53B, 0x544, 0x534, 0x53E, 0x539,
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    42
  0x543, 0x53C, 0x535, 0x538, 0x53D, 0x537, 0x53A, 0x536
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    43
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    44
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    45
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    46
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    47
#define MAKELINE(a, b, c) { a, b, c },
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    48
#define ENDLINE { 0, 0, 0 }
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    49
5732
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
    50
static const DrawRoadTileStruct _roadside_nothing[] = {
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    51
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    52
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    53
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    54
static const DrawRoadTileStruct _road_display_datas2_3[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
    55
	MAKELINE(0x57f,  1,  8)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    56
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    57
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    58
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    59
static const DrawRoadTileStruct _road_display_datas2_5[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
    60
	MAKELINE(0x57f,  1,  8)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
    61
	MAKELINE(0x57e, 14,  8)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    62
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    63
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    64
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    65
static const DrawRoadTileStruct _road_display_datas2_6[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
    66
	MAKELINE(0x57e,  8,  1)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    67
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    68
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    69
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    70
static const DrawRoadTileStruct _road_display_datas2_7[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
    71
	MAKELINE(0x57f,  1,  8)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    72
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    73
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    74
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    75
static const DrawRoadTileStruct _road_display_datas2_9[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
    76
	MAKELINE(0x57f,  8, 14)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    77
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    78
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    79
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    80
static const DrawRoadTileStruct _road_display_datas2_10[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
    81
	MAKELINE(0x57f,  8, 14)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
    82
	MAKELINE(0x57e,  8,  1)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    83
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    84
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    85
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    86
static const DrawRoadTileStruct _road_display_datas2_11[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
    87
	MAKELINE(0x57f,  8, 14)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    88
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    89
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    90
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    91
static const DrawRoadTileStruct _road_display_datas2_12[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
    92
	MAKELINE(0x57e,  8,  1)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    93
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    94
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    95
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    96
static const DrawRoadTileStruct _road_display_datas2_13[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
    97
	MAKELINE(0x57e, 14,  8)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    98
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    99
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   100
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   101
static const DrawRoadTileStruct _road_display_datas2_14[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   102
	MAKELINE(0x57e,  8,  1)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   103
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   104
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   105
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   106
static const DrawRoadTileStruct _road_display_datas2_19[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   107
	MAKELINE(0x1212,  0,  2)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   108
	MAKELINE(0x1212,  3,  9)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   109
	MAKELINE(0x1212, 10, 12)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   110
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   111
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   112
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   113
static const DrawRoadTileStruct _road_display_datas2_21[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   114
	MAKELINE(0x1212,  0,  2)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   115
	MAKELINE(0x1212,  0, 10)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   116
	MAKELINE(0x1212, 12,  2)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   117
	MAKELINE(0x1212, 12, 10)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   118
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   119
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   120
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   121
static const DrawRoadTileStruct _road_display_datas2_22[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   122
	MAKELINE(0x1212, 10,  0)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   123
	MAKELINE(0x1212,  3,  3)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   124
	MAKELINE(0x1212,  0, 10)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   125
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   126
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   127
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   128
static const DrawRoadTileStruct _road_display_datas2_23[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   129
	MAKELINE(0x1212,  0,  2)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   130
	MAKELINE(0x1212,  0, 10)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   131
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   132
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   133
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   134
static const DrawRoadTileStruct _road_display_datas2_25[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   135
	MAKELINE(0x1212, 12,  2)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   136
	MAKELINE(0x1212,  9,  9)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   137
	MAKELINE(0x1212,  2, 12)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   138
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   139
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   140
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   141
static const DrawRoadTileStruct _road_display_datas2_26[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   142
	MAKELINE(0x1212,  2,  0)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   143
	MAKELINE(0x1212, 10,  0)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   144
	MAKELINE(0x1212,  2, 12)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   145
	MAKELINE(0x1212, 10, 12)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   146
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   147
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   148
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   149
static const DrawRoadTileStruct _road_display_datas2_27[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   150
	MAKELINE(0x1212,  2, 12)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   151
	MAKELINE(0x1212, 10, 12)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   152
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   153
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   154
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   155
static const DrawRoadTileStruct _road_display_datas2_28[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   156
	MAKELINE(0x1212,  2,  0)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   157
	MAKELINE(0x1212,  9,  3)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   158
	MAKELINE(0x1212, 12, 10)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   159
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   160
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   161
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   162
static const DrawRoadTileStruct _road_display_datas2_29[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   163
	MAKELINE(0x1212, 12,  2)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   164
	MAKELINE(0x1212, 12, 10)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   165
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   166
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   167
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   168
static const DrawRoadTileStruct _road_display_datas2_30[] = {
4344
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   169
	MAKELINE(0x1212,  2, 0)
7e123fec5b0b (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
rubidium
parents: 4232
diff changeset
   170
	MAKELINE(0x1212, 10, 0)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   171
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   172
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   173
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   174
#undef MAKELINE
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   175
#undef ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   176
5732
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   177
static const DrawRoadTileStruct* const _roadside_none[] = {
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   178
	_roadside_nothing, _roadside_nothing,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   179
	_roadside_nothing, _roadside_nothing,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   180
	_roadside_nothing, _roadside_nothing,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   181
	_roadside_nothing, _roadside_nothing,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   182
	_roadside_nothing, _roadside_nothing,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   183
	_roadside_nothing, _roadside_nothing,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   184
	_roadside_nothing, _roadside_nothing,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   185
	_roadside_nothing, _roadside_nothing
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   186
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   187
5732
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   188
static const DrawRoadTileStruct* const _roadside_lamps[] = {
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   189
	_roadside_nothing,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   190
	_roadside_nothing,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   191
	_roadside_nothing,
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   192
	_road_display_datas2_3,
5732
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   193
	_roadside_nothing,
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   194
	_road_display_datas2_5,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   195
	_road_display_datas2_6,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   196
	_road_display_datas2_7,
5732
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   197
	_roadside_nothing,
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   198
	_road_display_datas2_9,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   199
	_road_display_datas2_10,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   200
	_road_display_datas2_11,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   201
	_road_display_datas2_12,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   202
	_road_display_datas2_13,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   203
	_road_display_datas2_14,
5732
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   204
	_roadside_nothing,
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   205
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   206
5732
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   207
static const DrawRoadTileStruct* const _roadside_trees[] = {
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   208
	_roadside_nothing,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   209
	_roadside_nothing,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   210
	_roadside_nothing,
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   211
	_road_display_datas2_19,
5732
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   212
	_roadside_nothing,
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   213
	_road_display_datas2_21,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   214
	_road_display_datas2_22,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   215
	_road_display_datas2_23,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   216
5732
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   217
	_roadside_nothing,
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   218
	_road_display_datas2_25,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   219
	_road_display_datas2_26,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   220
	_road_display_datas2_27,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   221
	_road_display_datas2_28,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   222
	_road_display_datas2_29,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   223
	_road_display_datas2_30,
5732
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   224
	_roadside_nothing,
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   225
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   226
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   227
static const DrawRoadTileStruct* const * const _road_display_table[] = {
5732
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   228
	_roadside_none,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   229
	_roadside_none,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   230
	_roadside_none,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   231
	_roadside_lamps,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   232
	_roadside_none,
20d674f37c75 (svn r8275) -Fix
tron
parents: 5669
diff changeset
   233
	_roadside_trees,
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   234
};