author | truebrain |
Mon, 30 Jun 2008 13:49:41 +0000 | |
branch | noai |
changeset 11101 | 94e33f3174a6 |
parent 10455 | 22c441f5adf9 |
permissions | -rw-r--r-- |
2186 | 1 |
/* $Id$ */ |
2 |
||
10455
22c441f5adf9
(svn r12997) [NoAI] -Sync: with trunk r12895:12996.
rubidium
parents:
5726
diff
changeset
|
3 |
/** @file clear_land.h Tables with sprites for clear land and fences. */ |
22c441f5adf9
(svn r12997) [NoAI] -Sync: with trunk r12895:12996.
rubidium
parents:
5726
diff
changeset
|
4 |
|
0 | 5 |
static const SpriteID _landscape_clear_sprites[8] = { |
6 |
0xFA0, |
|
7 |
0xFB3, |
|
8 |
0xFB4, |
|
9 |
0xFB5, |
|
10 |
0xFB6, |
|
11 |
0xFA0, |
|
12 |
0xFB3, |
|
13 |
0xFB4, |
|
14 |
}; |
|
15 |
||
16 |
static const byte _fence_mod_by_tileh[32] = { |
|
4344
5d0e40cd67b9
(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:
2548
diff
changeset
|
17 |
0, 2, 4, 0, 0, 2, 4, 0, |
5d0e40cd67b9
(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:
2548
diff
changeset
|
18 |
0, 2, 4, 0, 0, 2, 4, 0, |
5d0e40cd67b9
(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:
2548
diff
changeset
|
19 |
0, 2, 4, 0, 0, 2, 4, 4, |
5d0e40cd67b9
(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:
2548
diff
changeset
|
20 |
0, 2, 4, 2, 0, 2, 4, 0, |
0 | 21 |
}; |
22 |
||
23 |
static const byte _fence_mod_by_tileh_2[32] = { |
|
4344
5d0e40cd67b9
(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:
2548
diff
changeset
|
24 |
1, 1, 5, 5, 3, 3, 1, 1, |
5d0e40cd67b9
(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:
2548
diff
changeset
|
25 |
1, 1, 5, 5, 3, 3, 1, 1, |
5d0e40cd67b9
(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:
2548
diff
changeset
|
26 |
1, 1, 5, 5, 3, 3, 1, 5, |
5d0e40cd67b9
(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:
2548
diff
changeset
|
27 |
1, 1, 5, 5, 3, 3, 3, 1, |
0 | 28 |
}; |
29 |
||
30 |
||
31 |
static const SpriteID _clear_land_fence_sprites_1[7] = { |
|
32 |
0xFFA, |
|
33 |
0x1000, |
|
34 |
0x1006, |
|
35 |
0x100C, |
|
36 |
0x1012, |
|
37 |
0x1018, |
|
38 |
}; |
|
39 |
||
40 |
static const SpriteID _clear_land_sprites_1[16] = { |
|
41 |
0x101E, |
|
42 |
0x1031, |
|
43 |
0x1044, |
|
44 |
0x1057, |
|
45 |
0x106A, |
|
46 |
0x107D, |
|
47 |
0x1090, |
|
48 |
0x10A3, |
|
49 |
0x10B6, |
|
50 |
}; |
|
51 |
||
52 |
static const SpriteID _clear_land_sprites_2[8] = { |
|
53 |
0x118D, |
|
54 |
0x11A0, |
|
55 |
0x11B3, |
|
56 |
0x11C6, |
|
57 |
}; |
|
58 |
||
59 |
static const SpriteID _clear_land_sprites_3[8] = { |
|
60 |
0x118D, |
|
61 |
0x11A0, |
|
62 |
0x11B3, |
|
63 |
0x11C6, |
|
64 |
}; |