diff options
author | hackykid <hackykid@openttd.org> | 2005-07-06 10:43:36 +0000 |
---|---|---|
committer | hackykid <hackykid@openttd.org> | 2005-07-06 10:43:36 +0000 |
commit | e5df099c9b71669eac358469b58d01295f1a7c98 (patch) | |
tree | 6b1c7370c2d689ca1abecb87df754c6d2b001a19 /docs/landscape.html | |
parent | e4215f175160d2225020413e186c549f9bf659b7 (diff) | |
download | openttd-e5df099c9b71669eac358469b58d01295f1a7c98.tar.xz |
(svn r2525) - Fix: [pbs] Fix a mistake in the comments/docs.
Diffstat (limited to 'docs/landscape.html')
-rw-r--r-- | docs/landscape.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index 7bbed0a5e..b2e307888 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -120,8 +120,8 @@ map5 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>map3_lo bits 0..3 = <a name="TrackType">track type</a>: <tt>0</tt> - conventional railway, <tt>1</tt> - monorail, <tt>2</tt> - maglev -<li>map3_lo bits 4..7 = Pbs reserved status: +<li>map3_hi bits 0..3 = <a name="TrackType">track type</a>: <tt>0</tt> - conventional railway, <tt>1</tt> - monorail, <tt>2</tt> - maglev +<li>map3_hi 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> <tr><td nowrap valign=top><tt>bit 7</tt> </td><td align=left>If this is set, then the opposite track ('Track'number^1) is also reserved</td></tr> |