summaryrefslogtreecommitdiff
path: root/docs/landscape.html
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-03 08:09:45 +0000
committerrubidium <rubidium@openttd.org>2010-08-03 08:09:45 +0000
commitf44c51577b93faa5efc27a99b2696e08b24f7ca4 (patch)
tree5d746b7ce00185b4b742af2fbeccd39162ce35c0 /docs/landscape.html
parent1a9d5ae076fb507cc6056f1da95e1789d2e0b1d9 (diff)
downloadopenttd-f44c51577b93faa5efc27a99b2696e08b24f7ca4.tar.xz
(svn r20334) -Codechange: reorder the unmovable bits a bit for futher extension
Diffstat (limited to 'docs/landscape.html')
-rw-r--r--docs/landscape.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/landscape.html b/docs/landscape.html
index 75ecfa798..4eca412e5 100644
--- a/docs/landscape.html
+++ b/docs/landscape.html
@@ -1568,8 +1568,7 @@
<ul>
<li>m1: <a href="#OwnershipInfo">owner</a> of the object (for lighthouses and transmitters normally <tt>10</tt>)</li>
<li>m2: see company statue
- <li>m3 bits 4..2: size of HQ
- <li>m3 bits 1..0: section identification of the HQ
+ <li>m3: offset to northern most tile
<li>m5: tile type:
<table>
<tr>
@@ -1603,6 +1602,7 @@
</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>