summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-06-21 11:30:28 +0000
committertron <tron@openttd.org>2006-06-21 11:30:28 +0000
commit9e28713c4c33687e85243f80e7edb9d5bd804aff (patch)
treeca3c65b2edad228eaf49d4c9e834665bd11e8931 /docs
parentac217b2eea7779478951179e286a2cad3d36aaab (diff)
downloadopenttd-9e28713c4c33687e85243f80e7edb9d5bd804aff.tar.xz
(svn r5326) Remove the indicator bit for custom waypoint graphics, because it just contains redundant information
Yup-yup-ed by: peter1138
Diffstat (limited to 'docs')
-rw-r--r--docs/landscape.html1
-rw-r--r--docs/landscape_grid.html2
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/landscape.html b/docs/landscape.html
index 0bbc5be55..d183e10d0 100644
--- a/docs/landscape.html
+++ b/docs/landscape.html
@@ -142,7 +142,6 @@ m5 bits 7 and 6 set: railway depot / checkpoints
<li>m1: <a href="#OwnershipInfo">owner</a> of the depot / checkpoint</li>
<li>m2: For waypoints, index into the array of waypoints.</li>
<li>m3 bits 0..3 = <a href="#TrackType">track type</a></li>
-<li>m3 bit 4 = use custom sprite (valid only for the checkpoint)</li>
<li>m4 bits 0..3 = ground type, as per m2 bits 0..3 for railway tiles.</li>
</ul>
</td></tr>
diff --git a/docs/landscape_grid.html b/docs/landscape_grid.html
index 248d21ee1..dc809a674 100644
--- a/docs/landscape_grid.html
+++ b/docs/landscape_grid.html
@@ -87,7 +87,7 @@ the array so you can quickly see what is used and what is not.
<td class="caption">waypoint</td>
<td class="bits">-inherit-</td>
<td class="bits">XXXX XXXX XXXX XXXX</td>
- <td class="bits"><span class="free">OOO</span>X XXXX</td>
+ <td class="bits"><span class="free">OOOO</span> XXXX</td>
<td class="bits"><span class="free">OOOO</span> XXXX</td>
<td class="bits">-inherit-</td>
<td class="bits">XX<span class="free">OO O</span>XXX</td>