diff options
author | smatz <smatz@openttd.org> | 2008-02-10 12:01:14 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-02-10 12:01:14 +0000 |
commit | a86921da41cba15505b64a5fdd15e337725a5470 (patch) | |
tree | beaae06f13687a27af6f67ff4f07591779cd0c4a | |
parent | 9deab65bae18ec7e577dad07a15fcbdc3b69c55a (diff) | |
download | openttd-a86921da41cba15505b64a5fdd15e337725a5470.tar.xz |
(svn r12099) -Documentation: add new RailGroundType to landscape.html
-rw-r--r-- | docs/landscape.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index 2a1c41db6..7a53106ad 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -280,6 +280,11 @@ <td nowrap valign=top><tt>D</tt> </td> <td align=left>on grass with fence and shore or water on the free halftile</td> </tr> + + <tr> + <td nowrap valign=top><tt>E</tt> </td> + <td align=left>higher part on foundation with snow, lower without snow</td> + </tr> </table> </li> <li>m5 bit 7 clear: railway track |