diff options
author | rubidium <rubidium@openttd.org> | 2007-12-07 21:14:54 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-07 21:14:54 +0000 |
commit | c3ae7faa133cdd646ce6bf6ece6c1bf7935da014 (patch) | |
tree | 564b72840ffd1f1485b52afdcd03fc9e08aaab24 /docs/landscape.html | |
parent | b00f62123960a9beaf85da92df2537b24d5c0295 (diff) | |
download | openttd-c3ae7faa133cdd646ce6bf6ece6c1bf7935da014.tar.xz |
(svn r11589) -Fix [FS#1514]: when ship depots got destroyed they always returned to water, even when it should've been canals.
Diffstat (limited to 'docs/landscape.html')
-rw-r--r-- | docs/landscape.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index 2794b7f7b..cd6a0cf12 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -945,6 +945,7 @@ </tr> </table> </li> + <li>m4: Owner of the water</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> |