summaryrefslogtreecommitdiff
path: root/docs/landscape.html
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-04-16 17:29:37 +0000
committerpeter1138 <peter1138@openttd.org>2006-04-16 17:29:37 +0000
commit857b8b045b8fea9d2c77e12d4f4fc309c0912f53 (patch)
tree679749a254a043ab9b75d05ea46a7f16bec8c0ae /docs/landscape.html
parenta337809198a90fc3f6af2187956ad0e4849cce6e (diff)
downloadopenttd-857b8b045b8fea9d2c77e12d4f4fc309c0912f53.tar.xz
(svn r4450) - NewStations, rename *CustomStationSprite() to *CustomStationSpecIndex() to reflect their use, and alter the test for determining if a station has customised graphics.
Diffstat (limited to 'docs/landscape.html')
-rw-r--r--docs/landscape.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/landscape.html b/docs/landscape.html
index b28a8932f..3e3d51a60 100644
--- a/docs/landscape.html
+++ b/docs/landscape.html
@@ -381,8 +381,7 @@ exit towards: <tt>47</tt> - NE, <tt>48</tt> - SE, <tt>49</tt> - SW, <tt>4A</tt>
<li>m1: <a href="#OwnershipInfo">owner</a> of the station</li>
<li>m2: index into the <a href="#_StationArray">array of stations</a></li>
<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 bit 4 = use custom sprite (valid only railway stations FOR NOW)</li>
-<li>m4 = custom station id</li>
+<li>m4 = custom station id; 0 means standard graphics</li>
</ul>
</td></tr>