1
0
Fork 0

Doc: Fix documentation of water tile non-flooding bit in landscape.html (#13071)

pull/13077/head
Jonathan G Rennison 2024-11-12 15:17:58 +00:00 committed by GitHub
parent ce64d5f5d9
commit 78258f13bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 6 deletions

View File

@ -98,12 +98,6 @@
</li>
</ul>
</li>
<li><span style="font-weight: bold;">m3:</span><br>
<ul>
<li>
Bit 0: Non-flooding state.
</li>
</ul>
<li><span style="font-weight: bold;">m4:</span><br>
<a name="RoadType"></a>
Road roadtype. Used for all tiles with road (road, station, tunnelbridge).
@ -1055,6 +1049,7 @@
<li>m1 bits 6..5 : Water class (sea, canal or river)
<li>m1 bits 4..0: <a href="#OwnershipInfo">owner</a> (for sea, rivers, and coasts normally <tt>11</tt>)</li>
<li>m2: Depot index (for depots only)</li>
<li>m3 bit 0: Non-flooding state</li>
<li>m4: Random data for canal or river tiles</li>
<li>m5 bits 7..4: Water tile type:
<table>