summaryrefslogtreecommitdiff
path: root/docs/landscape.html
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-05-31 15:15:00 +0000
committerrubidium <rubidium@openttd.org>2007-05-31 15:15:00 +0000
commit253aa1b0b03aed312581de35d7e35bc17b96190f (patch)
tree3d9486f1a21425d7003ab07134c9311a3d77cb1a /docs/landscape.html
parenta02417645e4cf1563b01819ac92ab507277b5b56 (diff)
downloadopenttd-253aa1b0b03aed312581de35d7e35bc17b96190f.tar.xz
(svn r9999) -Feature: make it possible to disallow busses and lorries to go a specific way on straight pieces of road.
Diffstat (limited to 'docs/landscape.html')
-rw-r--r--docs/landscape.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/landscape.html b/docs/landscape.html
index 142c94682..b876bb31b 100644
--- a/docs/landscape.html
+++ b/docs/landscape.html
@@ -534,7 +534,8 @@
</table>
</li>
<li>m4 bits 7..4: road layout road type #2
- <li>m5 bits 4..0: owner of road type #2
+ <li>m5 bits 5..4: bits to disallow vehicles to go a specific direction
+ <li>m5 bits 3..0: owner of road type #2
<li>m6 bits 5..2: road layout road type #3
<li>m7 bits 7..5: road types
<li>m7 bits 4..0: owner of road type #3
@@ -559,7 +560,7 @@
<li>m4 bit 6: clear - road in the X direction, set - road in the Y direction (railway track always perpendicular)</li>
<li>m4 bit 5: set if crossing lights are on</li>
<li>m4 bits 4..0: <a href="#OwnershipInfo">owner</a> of the road type #1</li>
- <li>m5 bits 4..0: owner of road type #2
+ <li>m5 bits 3..0: owner of road type #2
<li>m7 bits 7..5: road types
<li>m7 bits 4..0: owner of road type #3
</ul>