diff options
author | rubidium <rubidium@openttd.org> | 2013-04-05 19:35:56 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-04-05 19:35:56 +0000 |
commit | e5a77f94bdc48051524b51f697bae5b09d222f1f (patch) | |
tree | 07c56228442555c16e0ff6c4fbd6d5225112b9cc /docs | |
parent | b07f650ed1ba491a353e79433a0faa56b0565c07 (diff) | |
download | openttd-e5a77f94bdc48051524b51f697bae5b09d222f1f.tar.xz |
(svn r25147) -Fix [FS#5506]: HTML documentation about the map array had a number of small errors (Juanjo)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/landscape.html | 2 | ||||
-rw-r--r-- | docs/landscape_grid.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index 1cf2bf1d9..cef38e03e 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -640,7 +640,7 @@ <ul> <li>m1 bits 4..0: <a href="#OwnershipInfo">owner</a> of the depot</li> <li>m2: Depot index</li> - <li>m5 bits 3..0: exit towards: + <li>m5 bits 1..0: exit towards: <table> <tr> <td><tt>0</tt> </td> diff --git a/docs/landscape_grid.html b/docs/landscape_grid.html index 5c73be794..e2f3c1f97 100644 --- a/docs/landscape_grid.html +++ b/docs/landscape_grid.html @@ -115,7 +115,7 @@ the array so you can quickly see what is used and what is not. <td class="bits">XXXX XXXX XXXX XXXX</td> <td class="bits"><span class="free">OOOO</span> XXXX</td> <td class="bits"><span class="free">OOOO</span> XXXX</td> - <td class="bits">XX<span class="free">O</span>X <span class="free">O</span>XXX</td> + <td class="bits">XX<span class="free">O</span>X <span class="free">OO</span>XX</td> <td class="bits">XX<span class="free">OO OO</span>XX</td> <td class="bits"><span class="free">OOOO OOOO</span></td> </tr> @@ -208,7 +208,7 @@ the array so you can quickly see what is used and what is not. <td class="bits">XXXX <span class="free">OOOO</span></td> <td class="bits"><span class="free">OOOO OOOO</span></td> <td class="bits"><span class="option">~~~~ ~</span>XXX</td> - <td class="bits"><span class="free">OO</span>XX XXXX</td> + <td class="bits"><span class="free">OO</span>XX X<span class="free">O</span>XX</td> <td class="bits">XX<span class="free">O</span>X XXXX</td> </tr> <tr> @@ -311,7 +311,7 @@ the array so you can quickly see what is used and what is not. <td class="bits"><span class="free">OOOO OOOO</span></td> <td class="bits">X<span class="free">OO</span>X XXXX</td> <td class="bits">XX<span class="free">OO OO</span>XX</td> - <td class="bits">XXXX X<span class="free">O</span>XX</td> + <td class="bits">XXXX XXXX</td> </tr> <tr> <td>bridge ramp</td> |