mirror of https://github.com/OpenTTD/OpenTTD
(svn r8798) -Fix (8735): update documentation to reflect the used bits for drive through stations.
parent
0734bcfea0
commit
62281f3853
|
@ -488,6 +488,7 @@
|
|||
<li>m3 bits 0..3: <a href="#TrackType">track type</a> for railway stations, must be 0 for all the other stations</li>
|
||||
<li>m3 bits 4..7: persistent random data for newstations</li>
|
||||
<li>m4: custom station id; 0 means standard graphics</li>
|
||||
<li>m6 bit 3: 1 when a drive through road stop is built over a town owned road, otherwise 0</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -171,7 +171,7 @@ the array so you can quickly see what is used and what is not.
|
|||
<td class="bits">XXXX XXXX</td>
|
||||
<td class="bits">XXXX XXXX</td>
|
||||
<td class="bits">XXXX XXXX</td>
|
||||
<td class="bits"><span class="free">OOOO OO</span>XX</td>
|
||||
<td class="bits"><span class="free">OOOO O</span>XXX</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
|
|
Loading…
Reference in New Issue