diff options
Diffstat (limited to 'docs/landscape.html')
-rw-r--r-- | docs/landscape.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index 804ac1a26..9f09a4be1 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -973,7 +973,7 @@ </ul> </li> <li>m2: index into the array of industries</li> - <li>m5: type:<br> + <li>m5: type (plus m6 bit 2):<br> <small>(note: this is not the same as the industry type, which is stored in the array of industries)</small> <table> @@ -1272,9 +1272,17 @@ </table> </td> </tr> + <tr> + <td nowrap valign=top><tt>AF</tt>..<tt>1FF</tt> </td> + <td align=left>NewGRF industries industry</td> + </tr> </table> </li> <li>m6 bits 1..0 : <a href="#tropic_zone">Tropic zone definition</a></li> + <li>m3: animation state</li> + <li>m4: animation loop</li> + <li>m6 bits 3..5: random triggers (NewGRF)</li> + <li>m7: random bits (NewGRF)</li> </ul> </td> </tr> |