table/road_land.h
author tron
Sat, 04 Jun 2005 11:56:32 +0000
changeset 1901 03bf9bf99319
parent 1398 3c5c97aba203
child 2186 db48cf29b983
permissions -rw-r--r--
(svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix some bogus reads of _map_owner
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
     1
#define TILE_SEQ_BEGIN(x) { x, 0, 0, 0, 0 },
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
     2
#define TILE_SEQ_LINE(a, b, c, d, e) { a, b, c, d, e },
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
     3
#define TILE_SEQ_END() { 0, 0, 0, 0, 0 }
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
     4
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
     5
static const DrawRoadSeqStruct _road_display_datas_0[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
     6
	TILE_SEQ_BEGIN(0xA4A)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
     7
	TILE_SEQ_LINE(0x8584, 0, 15, 16, 1)
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
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    11
static const DrawRoadSeqStruct _road_display_datas_1[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    12
	TILE_SEQ_BEGIN(0xA4A)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    13
	TILE_SEQ_LINE(0x580, 0, 0, 1, 16)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    14
	TILE_SEQ_LINE(0x8581, 15, 0, 1, 16)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    15
	TILE_SEQ_END()
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    16
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    17
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    18
static const DrawRoadSeqStruct _road_display_datas_2[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    19
	TILE_SEQ_BEGIN(0xA4A)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    20
	TILE_SEQ_LINE(0x582, 0, 0, 16, 1)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    21
	TILE_SEQ_LINE(0x8583, 0, 15, 16, 1)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    22
	TILE_SEQ_END()
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    23
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    24
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    25
static const DrawRoadSeqStruct _road_display_datas_3[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    26
	TILE_SEQ_BEGIN(0xA4A)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    27
	TILE_SEQ_LINE(0x8585, 15, 0, 1, 16)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    28
	TILE_SEQ_END()
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    29
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    30
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    31
static const DrawRoadSeqStruct* const _road_display_datas[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    32
	_road_display_datas_0,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    33
	_road_display_datas_1,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    34
	_road_display_datas_2,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    35
	_road_display_datas_3,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    36
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    37
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    38
#undef TILE_SEQ_BEGIN
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    39
#undef TILE_SEQ_LINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    40
#undef TILE_SEQ_END
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    41
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    42
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    43
static const SpriteID _road_tile_sprites_1[16] = {
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    44
	0, 0x546, 0x545, 0x53B, 0x544, 0x534, 0x53E, 0x539,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    45
  0x543, 0x53C, 0x535, 0x538, 0x53D, 0x537, 0x53A, 0x536
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    46
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    47
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    48
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    49
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    50
#define MAKELINE(a, b, c) { a, b, c },
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    51
#define ENDLINE { 0, 0, 0 }
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    52
static const DrawRoadTileStruct _road_display_datas2_0[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    53
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    54
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    55
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    56
static const DrawRoadTileStruct _road_display_datas2_1[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    57
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    58
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    59
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    60
static const DrawRoadTileStruct _road_display_datas2_2[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    61
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    62
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    63
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    64
static const DrawRoadTileStruct _road_display_datas2_3[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    65
	MAKELINE(0x57f,1,8)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    66
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    67
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    68
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    69
static const DrawRoadTileStruct _road_display_datas2_4[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    70
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    71
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    72
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    73
static const DrawRoadTileStruct _road_display_datas2_5[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    74
	MAKELINE(0x57f,1,8)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    75
	MAKELINE(0x57e,14,8)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    76
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    77
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
    78
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    79
static const DrawRoadTileStruct _road_display_datas2_6[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    80
	MAKELINE(0x57e,8,1)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    81
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    82
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    83
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    84
static const DrawRoadTileStruct _road_display_datas2_7[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    85
	MAKELINE(0x57f,1,8)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    86
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    87
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    88
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    89
static const DrawRoadTileStruct _road_display_datas2_8[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    90
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    91
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    92
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    93
static const DrawRoadTileStruct _road_display_datas2_9[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    94
	MAKELINE(0x57f,8,14)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    95
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    96
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    97
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    98
static const DrawRoadTileStruct _road_display_datas2_10[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
    99
	MAKELINE(0x57f,8,14)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   100
	MAKELINE(0x57e,8,1)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   101
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   102
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   103
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   104
static const DrawRoadTileStruct _road_display_datas2_11[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   105
	MAKELINE(0x57f,8,14)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   106
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   107
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   108
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   109
static const DrawRoadTileStruct _road_display_datas2_12[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   110
	MAKELINE(0x57e,8,1)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   111
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   112
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   113
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   114
static const DrawRoadTileStruct _road_display_datas2_13[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   115
	MAKELINE(0x57e,14,8)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   116
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   117
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   118
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   119
static const DrawRoadTileStruct _road_display_datas2_14[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   120
	MAKELINE(0x57e,8,1)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   121
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   122
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   123
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   124
static const DrawRoadTileStruct _road_display_datas2_15[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   125
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   126
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   127
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   128
static const DrawRoadTileStruct _road_display_datas2_16[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   129
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   130
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   131
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   132
static const DrawRoadTileStruct _road_display_datas2_17[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   133
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   134
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   135
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   136
static const DrawRoadTileStruct _road_display_datas2_18[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   137
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   138
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   139
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   140
static const DrawRoadTileStruct _road_display_datas2_19[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   141
	MAKELINE(0x1212,0,2)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   142
	MAKELINE(0x1212,3,9)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   143
	MAKELINE(0x1212,10,12)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   144
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   145
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   146
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   147
static const DrawRoadTileStruct _road_display_datas2_20[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   148
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   149
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   150
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   151
static const DrawRoadTileStruct _road_display_datas2_21[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   152
	MAKELINE(0x1212,0,2)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   153
	MAKELINE(0x1212,0,10)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   154
	MAKELINE(0x1212,12,2)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   155
	MAKELINE(0x1212,12,10)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   156
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   157
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   158
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   159
static const DrawRoadTileStruct _road_display_datas2_22[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   160
	MAKELINE(0x1212,10,0)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   161
	MAKELINE(0x1212,3,3)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   162
	MAKELINE(0x1212,0,10)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   163
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   164
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   165
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   166
static const DrawRoadTileStruct _road_display_datas2_23[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   167
	MAKELINE(0x1212,0,2)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   168
	MAKELINE(0x1212,0,10)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   169
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   170
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   171
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   172
static const DrawRoadTileStruct _road_display_datas2_24[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   173
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   174
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   175
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   176
static const DrawRoadTileStruct _road_display_datas2_25[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   177
	MAKELINE(0x1212,12,2)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   178
	MAKELINE(0x1212,9,9)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   179
	MAKELINE(0x1212,2,12)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   180
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   181
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   182
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   183
static const DrawRoadTileStruct _road_display_datas2_26[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   184
	MAKELINE(0x1212,2,0)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   185
	MAKELINE(0x1212,10,0)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   186
	MAKELINE(0x1212,2,12)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   187
	MAKELINE(0x1212,10,12)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   188
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   189
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   190
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   191
static const DrawRoadTileStruct _road_display_datas2_27[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   192
	MAKELINE(0x1212,2,12)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   193
	MAKELINE(0x1212,10,12)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   194
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   195
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   196
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   197
static const DrawRoadTileStruct _road_display_datas2_28[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   198
	MAKELINE(0x1212,2,0)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   199
	MAKELINE(0x1212,9,3)
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   200
	MAKELINE(0x1212,12,10)
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   201
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   202
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   203
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   204
static const DrawRoadTileStruct _road_display_datas2_29[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   205
	MAKELINE(0x1212,12,2)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   206
	MAKELINE(0x1212,12,10)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   207
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   208
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   209
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   210
static const DrawRoadTileStruct _road_display_datas2_30[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   211
	MAKELINE(0x1212,2,0)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   212
	MAKELINE(0x1212,10,0)
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   213
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   214
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   215
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   216
static const DrawRoadTileStruct _road_display_datas2_31[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   217
	ENDLINE
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   218
};
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   219
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   220
static const DrawRoadTileStruct _road_display_datas2_32[] = {
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   221
	ENDLINE
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   222
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   223
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   224
#undef MAKELINE
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   225
#undef ENDLINE
0
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 _road_display_table_1[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   228
	_road_display_datas2_32,_road_display_datas2_32,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   229
	_road_display_datas2_32,_road_display_datas2_32,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   230
	_road_display_datas2_32,_road_display_datas2_32,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   231
	_road_display_datas2_32,_road_display_datas2_32,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   232
	_road_display_datas2_32,_road_display_datas2_32,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   233
	_road_display_datas2_32,_road_display_datas2_32,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   234
	_road_display_datas2_32,_road_display_datas2_32,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   235
	_road_display_datas2_32,_road_display_datas2_32,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   236
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   237
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   238
static const DrawRoadTileStruct* const _road_display_table_2[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   239
	_road_display_datas2_0,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   240
	_road_display_datas2_1,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   241
	_road_display_datas2_2,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   242
	_road_display_datas2_3,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   243
	_road_display_datas2_4,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   244
	_road_display_datas2_5,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   245
	_road_display_datas2_6,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   246
	_road_display_datas2_7,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   247
	_road_display_datas2_8,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   248
	_road_display_datas2_9,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   249
	_road_display_datas2_10,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   250
	_road_display_datas2_11,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   251
	_road_display_datas2_12,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   252
	_road_display_datas2_13,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   253
	_road_display_datas2_14,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   254
	_road_display_datas2_15,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   255
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   256
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   257
static const DrawRoadTileStruct* const _road_display_table_3[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   258
	_road_display_datas2_16,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   259
	_road_display_datas2_17,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   260
	_road_display_datas2_18,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   261
	_road_display_datas2_19,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   262
	_road_display_datas2_20,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   263
	_road_display_datas2_21,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   264
	_road_display_datas2_22,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   265
	_road_display_datas2_23,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   266
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   267
	_road_display_datas2_24,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   268
	_road_display_datas2_25,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   269
	_road_display_datas2_26,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   270
	_road_display_datas2_27,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   271
	_road_display_datas2_28,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   272
	_road_display_datas2_29,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   273
	_road_display_datas2_30,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   274
	_road_display_datas2_31,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   275
};
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   276
1398
3c5c97aba203 (svn r1902) Replace some casts with proper typing
tron
parents: 222
diff changeset
   277
static const DrawRoadTileStruct* const * const _road_display_table[] = {
0
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   278
	_road_display_table_1,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   279
	_road_display_table_1,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   280
	_road_display_table_1,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   281
	_road_display_table_2,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   282
	_road_display_table_1,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   283
	_road_display_table_3,
29654efe3188 (svn r1) Import of revision 975 of old (crashed) SVN
truelight
parents:
diff changeset
   284
};