1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-16 02:59:10 +00:00

(svn r11934) -Codechange: add persistent random data for river and canal tiles.

This commit is contained in:
2008-01-20 18:30:53 +00:00
parent ffb9ca164e
commit 9ca929c812
5 changed files with 27 additions and 12 deletions

View File

@@ -864,6 +864,11 @@
<td align=left>coast or riverbank</td>
</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
@@ -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>