diff options
author | frosch <frosch@openttd.org> | 2013-10-12 16:30:42 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2013-10-12 16:30:42 +0000 |
commit | 35d7e8bca4e24bc211ed24d07fba62193d5f5f31 (patch) | |
tree | 5bd7a702966ef90ce1c815b3d73d380e6be0e628 /docs | |
parent | 2080a8c16ff4190a8a32f6f3618323f2d3671f5c (diff) | |
download | openttd-35d7e8bca4e24bc211ed24d07fba62193d5f5f31.tar.xz |
(svn r25833) -Codechange: Move ObjectType from map array into pool item.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/landscape.html | 28 | ||||
-rw-r--r-- | docs/landscape_grid.html | 2 |
2 files changed, 1 insertions, 29 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index cef38e03e..0a38b90e4 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -1597,34 +1597,6 @@ <li>m1 bits 4..0: <a href="#OwnershipInfo">owner</a> of the object (for lighthouses and transmitters normally <tt>10</tt>)</li> <li>m2: index into the array of objects <li>m3: random bits - <li>m5: tile type: - <table> - <tr> - <td nowrap valign=top><tt>00</tt> </td> - <td align=left>transmitter</td> - </tr> - - <tr> - <td nowrap valign=top><tt>01</tt> </td> - <td align=left>lighthouse</td> - </tr> - - <tr> - <td nowrap valign=top><tt>02</tt> </td> - <td align=left>company statue - </tr> - - <tr> - <td nowrap valign=top><tt>03</tt> </td> - <td align=left>company-owned land</td> - </tr> - - <tr> - <td nowrap valign=top><tt>04</tt><tt></tt> </td> - <td align=left>company headquarters</td> - </tr> - </table> - </li> <li>m6 bits 7..6 : Possibility of a bridge above, in the <a href="#bridge_direction">direction specified</a></li> <li>m6 bits 1..0 : <a href="#tropic_zone">Tropic zone definition</a></li> <li>m7: animation counter diff --git a/docs/landscape_grid.html b/docs/landscape_grid.html index e2f3c1f97..b7603c72d 100644 --- a/docs/landscape_grid.html +++ b/docs/landscape_grid.html @@ -332,7 +332,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">XXXX XXXX</td> <td class="bits"><span class="free">OOOO OOOO</span></td> - <td class="bits">XXXX XXXX</td> + <td class="bits"><span class="free">OOOO OOOO</span></td> <td class="bits">XX<span class="free">OO OO</span>XX</td> <td class="bits">XXXX XXXX</td> </tr> |