diff options
author | tron <tron@openttd.org> | 2005-07-29 17:52:29 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-29 17:52:29 +0000 |
commit | 6abf8f89a22d71aba02c4885084a9a675bb7b89c (patch) | |
tree | ccb177d4b3035e5221bba51d1afe04be8aa83369 /docs/landscape.html | |
parent | f359d1a39470eae65f4a4069b347d8e60a639682 (diff) | |
download | openttd-6abf8f89a22d71aba02c4885084a9a675bb7b89c.tar.xz |
(svn r2749) Fix typo in the tile documentation
Diffstat (limited to 'docs/landscape.html')
-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 930be700f..883580f06 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -49,7 +49,7 @@ OTTD's class-specific periodic tile processing routine is called once every +256 <tr><td nowrap valign=top><tt>17</tt> </td><td align=left>full desert</td></tr> </table> </li> -<li>m5 bits 7..6: update counter, incremented on every periodic processing for tile types other than <tt>03</tt>, <tt>07</tt>, <tt>0B</tt> and <tt>10</tt> and above, on wraparound the tile is updated (for fields, the type of fields in m3 is increased, for other types the tile type in m5 is increased) +<li>m5 bits 7..5: update counter, incremented on every periodic processing for tile types other than <tt>03</tt>, <tt>07</tt>, <tt>0B</tt> and <tt>10</tt> and above, on wraparound the tile is updated (for fields, the type of fields in m3 is increased, for other types the tile type in m5 is increased) <br>(for snow and desert, these bits are not used, tile is updated on every periodic processing) </li> <li>owner: <a href="#OwnershipInfo">owner</a> of the tile (normally <tt>10</tt>) |