summaryrefslogtreecommitdiff
path: root/docs/landscape.html
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2009-01-28 19:57:23 +0000
committerbelugas <belugas@openttd.org>2009-01-28 19:57:23 +0000
commit3671ed9e4f4b773cd03bfe7a4544bf78e61d1604 (patch)
tree0f8ac458ad049e4b952bb5f78a8a4a0eab88c268 /docs/landscape.html
parentbfde9f7eefd4fe796002374797df699db90ae773 (diff)
downloadopenttd-3671ed9e4f4b773cd03bfe7a4544bf78e61d1604.tar.xz
(svn r15290) -Codechange: Isolate size and section of the UnMovable HQ object, in order to keep the Unmovable type free of any irrelevant data
Diffstat (limited to 'docs/landscape.html')
-rw-r--r--docs/landscape.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/landscape.html b/docs/landscape.html
index bee6e994d..c361f4f01 100644
--- a/docs/landscape.html
+++ b/docs/landscape.html
@@ -1566,6 +1566,8 @@
<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>m5: tile type:
<table>
<tr>
@@ -1593,8 +1595,8 @@
</tr>
<tr>
- <td nowrap valign=top><tt>80</tt>..<tt>93</tt>&nbsp; </td>
- <td align=left>company headquarters (5 sets of 4 tiles each, updated quarterly depending on the company performance)</td>
+ <td nowrap valign=top><tt>04</tt><tt></tt>&nbsp; </td>
+ <td align=left>company headquarters</td>
</tr>
</table>
</li>