diff options
author | Darkvater <darkvater@openttd.org> | 2005-12-21 01:40:41 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2005-12-21 01:40:41 +0000 |
commit | 15220f35784e9d3cc882c9809594cf4ccc186b54 (patch) | |
tree | eb8c8f5b2aa138299b5dc8770fd91f8e81f6597c /docs | |
parent | 97e9141c6535acb6538e781f3fd866ef37ea09d2 (diff) | |
download | openttd-15220f35784e9d3cc882c9809594cf4ccc186b54.tar.xz |
(svn r3327) - Fix: [ 1373581 ] landscape.html documentation. Railway types are stored in m3, not m4. According to the mask (RAILTYPE_MASK), this is should be 0..1 but 0..3 are actually reserved. (egladil)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/landscape.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index 1cc907f96..a3a7aeb93 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -130,7 +130,7 @@ m5 bit 7 clear: railway track <tr><td nowrap valign=top><tt>B</tt> </td><td align=left>fence on the N side (track in the S corner)</td></tr> <tr><td nowrap valign=top><tt>C</tt> </td><td align=left>on snow or desert</td></tr> </table></li> -<li>m4 bits 0..3 = <a name="TrackType">track type</a>: <tt>0</tt> - conventional railway, <tt>1</tt> - monorail, <tt>2</tt> - maglev +<li>m3 bits 0..3 = <a name="TrackType">track type</a>: <tt>0</tt> - conventional railway, <tt>1</tt> - monorail, <tt>2</tt> - maglev <li>m4 bits 4..7 = Pbs reserved status: <table> <tr><td nowrap valign=top><tt>bits 4..6</tt> </td><td align=left>'Track'number of reserved track + 1, if this is zero it means nothing is reserved on this tile</td></tr> |