Files
@ r656:44c757c66b53
Branch filter:
Location: cpp/openttd-patchpack/source/table/road_land.h
r656:44c757c66b53
5.3 KiB
text/x-c
(svn r1090) -Fix: Made the _openttd_revision variable global, and with that
hopefully killed the windows-revision problem. If WITH_REV is defined,
for both Windows as *nix system _openttd_revision is filled with normal
info, else _openttd_revision is set to 'norev000'
-Fix: Small possible server-crash
hopefully killed the windows-revision problem. If WITH_REV is defined,
for both Windows as *nix system _openttd_revision is filled with normal
info, else _openttd_revision is set to 'norev000'
-Fix: Small possible server-crash
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 | #define TILE_SEQ_BEGIN(x) ADD_DWORD(x),
#define TILE_SEQ_LINE(a,b,c,d,e) ADD_DWORD(a), b,c,d,e,
#define TILE_SEQ_END() 0,0,0,0
static const byte _road_display_datas_0[] = {
TILE_SEQ_BEGIN(0xA4A)
TILE_SEQ_LINE(0x8584, 0, 15, 16, 1)
TILE_SEQ_END()
};
static const byte _road_display_datas_1[] = {
TILE_SEQ_BEGIN(0xA4A)
TILE_SEQ_LINE(0x580, 0, 0, 1, 16)
TILE_SEQ_LINE(0x8581, 15, 0, 1, 16)
TILE_SEQ_END()
};
static const byte _road_display_datas_2[] = {
TILE_SEQ_BEGIN(0xA4A)
TILE_SEQ_LINE(0x582, 0, 0, 16, 1)
TILE_SEQ_LINE(0x8583, 0, 15, 16, 1)
TILE_SEQ_END()
};
static const byte _road_display_datas_3[] = {
TILE_SEQ_BEGIN(0xA4A)
TILE_SEQ_LINE(0x8585, 15, 0, 1, 16)
TILE_SEQ_END()
};
static const byte * const _road_display_datas[4] = {
_road_display_datas_0,
_road_display_datas_1,
_road_display_datas_2,
_road_display_datas_3,
};
static const SpriteID _road_tile_sprites_1[16] = {
0, 0x546, 0x545, 0x53B, 0x544, 0x534, 0x53E, 0x539,
0x543, 0x53C, 0x535, 0x538, 0x53D, 0x537, 0x53A, 0x536
};
#define MAKELINE(a,b,c) ADD_WORD(a), b, c,
static const byte _road_display_datas2_0[] = {
0,0
};
static const byte _road_display_datas2_1[] = {
0,0
};
static const byte _road_display_datas2_2[] = {
0,0
};
static const byte _road_display_datas2_3[] = {
MAKELINE(0x57f,1,8)
0,0
};
static const byte _road_display_datas2_4[] = {
0,0
};
static const byte _road_display_datas2_5[] = {
MAKELINE(0x57f,1,8)
MAKELINE(0x57e,14,8)
0,0
};
static const byte _road_display_datas2_6[] = {
MAKELINE(0x57e,8,1)
0,0
};
static const byte _road_display_datas2_7[] = {
MAKELINE(0x57f,1,8)
0,0
};
static const byte _road_display_datas2_8[] = {
0,0
};
static const byte _road_display_datas2_9[] = {
MAKELINE(0x57f,8,14)
0,0
};
static const byte _road_display_datas2_10[] = {
MAKELINE(0x57f,8,14)
MAKELINE(0x57e,8,1)
0,0
};
static const byte _road_display_datas2_11[] = {
MAKELINE(0x57f,8,14)
0,0
};
static const byte _road_display_datas2_12[] = {
MAKELINE(0x57e,8,1)
0,0
};
static const byte _road_display_datas2_13[] = {
MAKELINE(0x57e,14,8)
0,0
};
static const byte _road_display_datas2_14[] = {
MAKELINE(0x57e,8,1)
0,0
};
static const byte _road_display_datas2_15[] = {
0,0
};
static const byte _road_display_datas2_16[] = {
0,0
};
static const byte _road_display_datas2_17[] = {
0,0
};
static const byte _road_display_datas2_18[] = {
0,0
};
static const byte _road_display_datas2_19[] = {
MAKELINE(0x1212,0,2)
MAKELINE(0x1212,3,9)
MAKELINE(0x1212,10,12)
0,0
};
static const byte _road_display_datas2_20[] = {
0,0
};
static const byte _road_display_datas2_21[] = {
MAKELINE(0x1212,0,2)
MAKELINE(0x1212,0,10)
MAKELINE(0x1212,12,2)
MAKELINE(0x1212,12,10)
0,0
};
static const byte _road_display_datas2_22[] = {
MAKELINE(0x1212,10,0)
MAKELINE(0x1212,3,3)
MAKELINE(0x1212,0,10)
0,0
};
static const byte _road_display_datas2_23[] = {
MAKELINE(0x1212,0,2)
MAKELINE(0x1212,0,10)
0,0
};
static const byte _road_display_datas2_24[] = {
0,0
};
static const byte _road_display_datas2_25[] = {
MAKELINE(0x1212,12,2)
MAKELINE(0x1212,9,9)
MAKELINE(0x1212,2,12)
0,0
};
static const byte _road_display_datas2_26[] = {
MAKELINE(0x1212,2,0)
MAKELINE(0x1212,10,0)
MAKELINE(0x1212,2,12)
MAKELINE(0x1212,10,12)
0,0
};
static const byte _road_display_datas2_27[] = {
MAKELINE(0x1212,2,12)
MAKELINE(0x1212,10,12)
0,0
};
static const byte _road_display_datas2_28[] = {
MAKELINE(0x1212,2,0)
MAKELINE(0x1212,9,3)
MAKELINE(0x1212,12,10)
0,0
};
static const byte _road_display_datas2_29[] = {
MAKELINE(0x1212,12,2)
MAKELINE(0x1212,12,10)
0,0
};
static const byte _road_display_datas2_30[] = {
MAKELINE(0x1212,2,0)
MAKELINE(0x1212,10,0)
0,0
};
static const byte _road_display_datas2_31[] = {
0,0
};
static const byte _road_display_datas2_32[] = {
0,0
};
#undef MAKELINE
static const byte * const _road_display_table_1[16] = {
_road_display_datas2_32,_road_display_datas2_32,
_road_display_datas2_32,_road_display_datas2_32,
_road_display_datas2_32,_road_display_datas2_32,
_road_display_datas2_32,_road_display_datas2_32,
_road_display_datas2_32,_road_display_datas2_32,
_road_display_datas2_32,_road_display_datas2_32,
_road_display_datas2_32,_road_display_datas2_32,
_road_display_datas2_32,_road_display_datas2_32,
};
static const byte * const _road_display_table_2[16] = {
_road_display_datas2_0,
_road_display_datas2_1,
_road_display_datas2_2,
_road_display_datas2_3,
_road_display_datas2_4,
_road_display_datas2_5,
_road_display_datas2_6,
_road_display_datas2_7,
_road_display_datas2_8,
_road_display_datas2_9,
_road_display_datas2_10,
_road_display_datas2_11,
_road_display_datas2_12,
_road_display_datas2_13,
_road_display_datas2_14,
_road_display_datas2_15,
};
static const byte * const _road_display_table_3[16] = {
_road_display_datas2_16,
_road_display_datas2_17,
_road_display_datas2_18,
_road_display_datas2_19,
_road_display_datas2_20,
_road_display_datas2_21,
_road_display_datas2_22,
_road_display_datas2_23,
_road_display_datas2_24,
_road_display_datas2_25,
_road_display_datas2_26,
_road_display_datas2_27,
_road_display_datas2_28,
_road_display_datas2_29,
_road_display_datas2_30,
_road_display_datas2_31,
};
static const byte* const * const _road_display_table[6] = {
_road_display_table_1,
_road_display_table_1,
_road_display_table_1,
_road_display_table_2,
_road_display_table_1,
_road_display_table_3,
};
|