summaryrefslogtreecommitdiff
path: root/docs/landscape.html
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-07-26 16:14:10 +0000
committerfrosch <frosch@openttd.org>2008-07-26 16:14:10 +0000
commit16c80d031c49988143fec34af598685bb8bcefd1 (patch)
tree3a62ec9adb234e8726387b1573747436f7d43e9f /docs/landscape.html
parentea7ed286a63fdade4f1b55738a9d0fb110c00c01 (diff)
downloadopenttd-16c80d031c49988143fec34af598685bb8bcefd1.tar.xz
(svn r13838) -Codechange: Make industry tiles aware of WaterClasses.
Diffstat (limited to 'docs/landscape.html')
-rw-r--r--docs/landscape.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/landscape.html b/docs/landscape.html
index 9493f35a2..9a92ba9c0 100644
--- a/docs/landscape.html
+++ b/docs/landscape.html
@@ -1035,6 +1035,7 @@
<ul>
<li>m1 bit 7: clear = under construction
<ul>
+ <li>m1 bits 6..5 : Water class (sea, canal, river or land)
<li>m1 bits 3..2: construction counter, for buildings under construction incremented on every periodic tile processing</li>
<li>m1 bits 1..0: stage of construction (<tt>3</tt> = completed), incremented when the construction counter wraps around<br>
the meaning is different for some animated tiles which are never under construction (types <tt>01</tt>, <tt>1E</tt>..<tt>20</tt>, <tt>30</tt>, <tt>58</tt>; see above)</li>