summaryrefslogtreecommitdiff
path: root/docs/landscape.html
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-09-12 10:42:04 +0000
committerDarkvater <darkvater@openttd.org>2006-09-12 10:42:04 +0000
commitbd5f2b66cd6242c5f1159acf446847b8cdbfbd3b (patch)
tree9f51464e120915e44c11e5a52fd84e8d86216a90 /docs/landscape.html
parent9532c873c12b6d8f3c2715707d76b764251af2df (diff)
downloadopenttd-bd5f2b66cd6242c5f1159acf446847b8cdbfbd3b.tar.xz
(svn r6443) -Fix (r6001): Please update the documentation if you mess with the _m[] bits!
Diffstat (limited to 'docs/landscape.html')
-rw-r--r--docs/landscape.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/landscape.html b/docs/landscape.html
index d183e10d0..4383fab8a 100644
--- a/docs/landscape.html
+++ b/docs/landscape.html
@@ -40,7 +40,9 @@ OTTD's class-specific periodic tile processing routine is called once every +256
<tr><td nowrap valign=top><tt>03</tt>&nbsp; </td><td align=left>full grass</td></tr>
<tr><td nowrap valign=top><tt>07</tt>&nbsp; </td><td align=left>rough land</td></tr>
<tr><td nowrap valign=top><tt>0B</tt>&nbsp; </td><td align=left>rocks</td></tr>
-<tr><td nowrap valign=top><tt>0F</tt>&nbsp; </td><td align=left>fields; type of fields in m3 bits 3..0 (legal values: 0 through 9)</td></tr>
+<tr><td nowrap valign=top><tt>0F</tt>&nbsp; </td><td align=left>fields; type of fields in m3 bits 3..0 (legal values: 0 through 9)<br>
+ m2: Index into the array of industries (farms), INVALID_INDUSTRY (0xFFFF) if farm has been removed </td>
+</tr>
<tr><td nowrap valign=top><tt>10</tt>&nbsp; </td><td align=left>1/4 snow</td></tr>
<tr><td nowrap valign=top><tt>11</tt>&nbsp; </td><td align=left>2/4 snow</td></tr>
<tr><td nowrap valign=top><tt>12</tt>&nbsp; </td><td align=left>3/4 snow</td></tr>