diff options
Diffstat (limited to 'docs/landscape.html')
-rw-r--r-- | docs/landscape.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index a3a7aeb93..0b039115d 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -290,7 +290,7 @@ Town building <ul> <li>m1 bits 6..0: position of the lift</li> <li>m1 bit 7: if set the lift is moving</li> -<li>m5 bit 7: if set then m5 bits 5..0 hold the final position of the lift divided by 6 (valid values 0..6 except 1)</li> +<li>m5 bit 7: if set then m5 bits 5..0 hold the destination floor of the lift, which could be 0..6, except 1, so the building has 6 effective floors. This due to the fact that the first floor is 2 'normal' floors high. One 'normal' floor has a height of 6 lift positions.</li> </ul></li> </ul> </td></tr> |