diff options
Diffstat (limited to 'docs/landscape.html')
-rw-r--r-- | docs/landscape.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index 0a38b90e4..abf01c9d8 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -1593,13 +1593,14 @@ <td valign=top nowrap> </td> <td> <ul> - <li>m1 bits 6..5 : Water class (sea, canal, river or land) + <li>m1 bits 6..5 : Water class (sea, canal, river or land)</li> <li>m1 bits 4..0: <a href="#OwnershipInfo">owner</a> of the object (for lighthouses and transmitters normally <tt>10</tt>)</li> - <li>m2: index into the array of objects - <li>m3: random bits + <li>m2: index into the array of objects, bits 0 to 15 (upper bits in m5)</li> + <li>m3: random bits</li> + <li>m5: index into the array of objects, bits 16 to 23 (lower bits in m2)</li> <li>m6 bits 7..6 : Possibility of a bridge above, in the <a href="#bridge_direction">direction specified</a></li> <li>m6 bits 1..0 : <a href="#tropic_zone">Tropic zone definition</a></li> - <li>m7: animation counter + <li>m7: animation counter</li> </ul> </td> </tr> |