summaryrefslogtreecommitdiff
path: root/docs/landscape.html
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-13 12:45:26 +0000
committerrubidium <rubidium@openttd.org>2010-08-13 12:45:26 +0000
commit89b2b9370a877526e2b637b1cd39d6f374dbabdb (patch)
tree7733fbb8b3a39ba160e0d3d5d36aedcd13e7a0dc /docs/landscape.html
parentc5ec91098016e92a4872216c77380e522262abc3 (diff)
downloadopenttd-89b2b9370a877526e2b637b1cd39d6f374dbabdb.tar.xz
(svn r20482) -Codechange: move some object related information off the map and unify the relation objects have to towns
Diffstat (limited to 'docs/landscape.html')
-rw-r--r--docs/landscape.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/landscape.html b/docs/landscape.html
index 0a712df09..6460dd1ef 100644
--- a/docs/landscape.html
+++ b/docs/landscape.html
@@ -1568,8 +1568,8 @@
<ul>
<li>m1 bits 6..5 : Water class (sea, canal, river or land)
<li>m1 bits 4..0: <a href="#OwnershipInfo">owner</a> of the object (for lighthouses and transmitters normally <tt>10</tt>)</li>
- <li>m2: see company statue
- <li>m3: offset to northern most tile
+ <li>m2: index into the array of objects
+ <li>m3: animation counter
<li>m5: tile type:
<table>
<tr>
@@ -1585,10 +1585,6 @@
<tr>
<td nowrap valign=top><tt>02</tt>&nbsp; </td>
<td align=left>company statue
- <ul>
- <li>m2: TownID on which the statue is built in</li>
- </ul>
- </td>
</tr>
<tr>
@@ -1603,7 +1599,6 @@
</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 2..5 : Animation counter</li>
<li>m6 bits 1..0 : <a href="#tropic_zone">Tropic zone definition</a></li>
</ul>
</td>