diff options
author | rubidium <rubidium@openttd.org> | 2006-12-30 11:57:52 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2006-12-30 11:57:52 +0000 |
commit | 5f88e816416ee78b3b693253c0ff298c36459a8b (patch) | |
tree | 208ddbfdccba148fd9aa969b5124fe9c495ba540 /docs/landscape_grid.html | |
parent | c7b1fd6fc2dd73e9b9bf150b5bb81e340fa75958 (diff) | |
download | openttd-5f88e816416ee78b3b693253c0ff298c36459a8b.tar.xz |
(svn r7642) -Codechange: unify all the different locations where the animation state is stored into a single location.
Diffstat (limited to 'docs/landscape_grid.html')
-rw-r--r-- | docs/landscape_grid.html | 31 |
1 files changed, 2 insertions, 29 deletions
diff --git a/docs/landscape_grid.html b/docs/landscape_grid.html index cf0aa2eaa..88988d9d2 100644 --- a/docs/landscape_grid.html +++ b/docs/landscape_grid.html @@ -170,7 +170,7 @@ the array so you can quickly see what is used and what is not. <td class="bits">XXXX XXXX</td> </tr> <tr> - <td rowspan=6>8</td> + <td rowspan=3>8</td> <td class="caption">industry</td> <td class="bits"><span class="abuse">X</span><span class="free">OO</span><span class="abuse">X XXXX</span></td> <td class="bits">XXXX XXXX XXXX XXXX</td> @@ -180,7 +180,7 @@ the array so you can quickly see what is used and what is not. <td class="bits">XXXX XXXX</td> </tr> <tr> - <td>bubble/sugar/toffee</td> + <td>bubble/sugar/toffee, gold/copper/coal, oil wells, power station</td> <td class="bits"><span class="abuse">X</span><span class="free">OOO OOOO</span></td> <td class="bits">-inherit-</td> <td class="bits">XXXX XXXX</td> @@ -198,33 +198,6 @@ the array so you can quickly see what is used and what is not. <td class="bits">-inherit-</td> </tr> <tr> - <td>gold/copper/coal</td> - <td class="bits"><span class="abuse">XX</span><span class="free">OO OO</span><span class="abuse">XX</span></td> - <td class="bits">-inherit-</td> - <td class="bits">-inherit-</td> - <td class="bits">-inherit-</td> - <td class="bits">-inherit-</td> - <td class="bits">-inherit-</td> - </tr> - <tr> - <td>oil wells</td> - <td class="bits"><span class="abuse">X</span><span class="free">OOO OO</span><span class="abuse">XX</span></td> - <td class="bits">-inherit-</td> - <td class="bits">-inherit-</td> - <td class="bits">-inherit-</td> - <td class="bits">-inherit-</td> - <td class="bits">-inherit-</td> - </tr> - <tr> - <td>power station</td> - <td class="bits"><span class="abuse">X</span><span class="free">O</span><span class="abuse">XX XX</span><span class="free">OO</span></td> - <td class="bits">-inherit-</td> - <td class="bits">-inherit-</td> - <td class="bits">-inherit-</td> - <td class="bits">-inherit-</td> - <td class="bits">-inherit-</td> - </tr> - <tr> <td rowspan=2>9</td> <td class="caption">tunnel</td> <td class="bits">XXXX XXXX</td> |