summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2005-11-16 22:20:15 +0000
committerpeter1138 <peter1138@openttd.org>2005-11-16 22:20:15 +0000
commit479a9c2e47358cd5cb040e89c66a4de11d1b457d (patch)
tree981b72e2eee14dca280a68f1b688ab83202c9f73 /docs
parentea1921d2e0a45a94af69365c38533944fa46c0fa (diff)
downloadopenttd-479a9c2e47358cd5cb040e89c66a4de11d1b457d.tar.xz
(svn r3212) - Waypoints/Depots: Store waypoint index in m2 for waypoints. This moves the ground type bits from m2 to m4 for waypoints and depots (leaving room for depot index in m2 in future), and moves the custom graphics ID to the waypoint struct.
- Waypoints: Until now stat_id was saved but never assigned to. Instead we now save the GRFID/local index of the custom graphics so that GRF file changes can leave graphics intact.
Diffstat (limited to 'docs')
-rw-r--r--docs/landscape.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/landscape.html b/docs/landscape.html
index deea8ab20..1cc907f96 100644
--- a/docs/landscape.html
+++ b/docs/landscape.html
@@ -146,10 +146,11 @@ m5 bits 7 and 6 set: railway depot / checkpoints
<br>
<br>
<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>m3 bit 6 = track on this tile is reserved by pbs</li>
-<li>m4 = custom station id</li>
+<li>m4 bits 0..3 = ground type, as per m2 bits 0..3 for railway tiles.</li>
</ul>
</td></tr>