# HG changeset patch # User tron # Date 2005-07-29 17:52:29 # Node ID 7ac5466f2b532f2891a5ef28ed81eff9dadc3139 # Parent cc9d133c0351fa5faef6837ea66b8fceaf1004f6 (svn r2749) Fix typo in the tile documentation diff --git a/docs/landscape.html b/docs/landscape.html --- a/docs/landscape.html +++ b/docs/landscape.html @@ -49,7 +49,7 @@ OTTD's class-specific periodic tile proc 17  full desert -
  • m5 bits 7..6: update counter, incremented on every periodic processing for tile types other than 03, 07, 0B and 10 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) +
  • m5 bits 7..5: update counter, incremented on every periodic processing for tile types other than 03, 07, 0B and 10 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)
    (for snow and desert, these bits are not used, tile is updated on every periodic processing)
  • owner: owner of the tile (normally 10)