summaryrefslogtreecommitdiff
path: root/docs/landscape.html
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-01-20 18:30:53 +0000
committerpeter1138 <peter1138@openttd.org>2008-01-20 18:30:53 +0000
commit9ca929c812fe06cab248feb00fc830e00363ea95 (patch)
tree87986eebd3e482588635177f36db036e4a2f4124 /docs/landscape.html
parentffb9ca164ea4661b2d854e00aa81e43b2dc5d852 (diff)
downloadopenttd-9ca929c812fe06cab248feb00fc830e00363ea95.tar.xz
(svn r11934) -Codechange: add persistent random data for river and canal tiles.
Diffstat (limited to 'docs/landscape.html')
-rw-r--r--docs/landscape.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/landscape.html b/docs/landscape.html
index cd6a0cf12..ec208b944 100644
--- a/docs/landscape.html
+++ b/docs/landscape.html
@@ -865,6 +865,11 @@
</tr>
<tr>
+ <td noswap valign=top><tt>02</tt>&nbsp; </td>
+ <td align=left>river</td>
+ </tr>
+
+ <tr>
<td nowrap valign=top><tt>10</tt>..<tt>1B</tt>&nbsp; </td>
<td align=left>canal locks
<table>
@@ -945,7 +950,8 @@
</tr>
</table>
</li>
- <li>m4: Owner of the water</li>
+ <li>m4: Owner of the water when ship depot</li>
+ <li>m4: Random data for canal or river tiles</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>
</ul>