1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 10:29:10 +00:00

Doc: Fix documentation of water tile non-flooding bit in landscape.html

This commit is contained in:
Jonathan G Rennison
2024-11-10 19:31:05 +00:00
parent 66198dea46
commit 3b6cc83dc9

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>