diff options
author | belugas <belugas@openttd.org> | 2007-03-11 01:22:21 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-03-11 01:22:21 +0000 |
commit | e5951306687bbf96e5977f7f9080d3bb821e4fa9 (patch) | |
tree | 8fad976e22ef12aee33f7736166e0bb2372e4592 /docs | |
parent | b89d13cdbf1b51c8fc547f13740f7e7876c2a071 (diff) | |
download | openttd-e5951306687bbf96e5977f7f9080d3bb821e4fa9.tar.xz |
(svn r9106) -Documentation: forgotten usage of m2 (storing TownID) in statue unmovable tile type
Diffstat (limited to 'docs')
-rw-r--r-- | docs/landscape.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index db5fcd3b3..4ef9815d7 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -2066,8 +2066,13 @@ <td valign=top nowrap> </td> <td> <ul> - <li>m1: <a href="#OwnershipInfo">owner</a> of the object (for lighthouses and transmitters normally <tt>10</tt>)</li> - <li>m5: tile type: + <li>m1 : <a href="#OwnershipInfo">owner</a> of the object (for lighthouses and transmitters normally <tt>10</tt>)</li> + <li>m2 : + <ul> + <li>for company statue (m5 = 02), TownID on which the statue is built in</li> + </ul> + </li> + <li>m5 : tile type: <table> <tr> <td nowrap valign=top><tt>00</tt> </td> |