diff options
author | peter1138 <peter1138@openttd.org> | 2008-01-20 18:30:53 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2008-01-20 18:30:53 +0000 |
commit | 9ca929c812fe06cab248feb00fc830e00363ea95 (patch) | |
tree | 87986eebd3e482588635177f36db036e4a2f4124 /docs | |
parent | ffb9ca164ea4661b2d854e00aa81e43b2dc5d852 (diff) | |
download | openttd-9ca929c812fe06cab248feb00fc830e00363ea95.tar.xz |
(svn r11934) -Codechange: add persistent random data for river and canal tiles.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/landscape.html | 8 |
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> </td> + <td align=left>river</td> + </tr> + + <tr> <td nowrap valign=top><tt>10</tt>..<tt>1B</tt> </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> |