mirror of https://github.com/OpenTTD/OpenTTD
Doc: Fix documentation of water tile non-flooding bit in landscape.html (#13071)
parent
ce64d5f5d9
commit
78258f13bc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue