Changeset - r2229:7ac5466f2b53
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-07-29 17:52:29
tron@openttd.org
(svn r2749) Fix typo in the tile documentation
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/landscape.html
Show inline comments
 
@@ -46,13 +46,13 @@ OTTD's class-specific periodic tile proc
 
<tr><td nowrap valign=top><tt>12</tt>&nbsp; </td><td align=left>3/4 snow</td></tr>
 
<tr><td nowrap valign=top><tt>13</tt>&nbsp; </td><td align=left>full snow</td></tr>
 
<tr><td nowrap valign=top><tt>15</tt>&nbsp; </td><td align=left>partial desert</td></tr>
 
<tr><td nowrap valign=top><tt>17</tt>&nbsp; </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>)
 
</li>
 
<li>m4 bits 7..5: type of hedge on the SW border of the tile (1 through 6, or 0=none); bits 4..2: same for the SE border
 
</li>
0 comments (0 inline, 0 general)