diff options
author | smatz <smatz@openttd.org> | 2009-12-27 21:45:27 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-12-27 21:45:27 +0000 |
commit | 96a5db36f8daab9b04f49c05498e71410e7e75bc (patch) | |
tree | ccc840f4171083c274a6ba527c254b2bf8b4dfb0 /docs | |
parent | 224f3cd3612963d47bb06b1dc502c2ac9f1d75bc (diff) | |
download | openttd-96a5db36f8daab9b04f49c05498e71410e7e75bc.tar.xz |
(svn r18650) -Fix: in the case of level crossing, location of the owner of road was documented wrongly (Eddi)
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 0c54acee6..0edc82f20 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -601,7 +601,7 @@ </table> </li> <li>m5 bit 5: set if crossing lights are on</li> - <li>m6 bits 4..0: <a href="#OwnershipInfo">owner</a> of the road type 0 (normal road)</li> + <li>m7 bits 4..0: <a href="#OwnershipInfo">owner</a> of the road type 0 (normal road)</li> <li>m5 bit 4: pbs reservation state</li> </ul> </li> |