diff options
author | celestar <celestar@openttd.org> | 2004-11-14 09:07:15 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2004-11-14 09:07:15 +0000 |
commit | eb50427670871854931383f8bf331ddaea3ebc45 (patch) | |
tree | 42723b432782d90b954356a8da01ddcb5f40da1d /docs/landscape.html | |
parent | a9a852a4d61465ba33113239a9264ec39ef4c652 (diff) | |
download | openttd-eb50427670871854931383f8bf331ddaea3ebc45.tar.xz |
(svn r581) -newgrf: Basic support for new stations - only waypoints supported now and only
the first custom one can be placed (no selector GUI, coming soon). This
also moves some global variables to {struct GRFFile} and reorders which
actions are processed in what stage, to get it all working together --
(pasky)
Diffstat (limited to 'docs/landscape.html')
-rw-r--r-- | docs/landscape.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index 512cab60c..18ec83780 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -135,6 +135,8 @@ map5 bits 7 and 6 set: railway depot / checkpoints <br>
<li>map_owner: <a href="#OwnershipInfo">owner</a> of the depot / checkpoint</li>
<li>map3_lo bits 0..3 = <a href="#TrackType">track type</a></li>
+<li>map3_lo bit 4 = use custom sprite (valid only for the checkpoint)</li>
+<li>map3_hi = custom station id</li>
</ul>
</td></tr>
|