summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authortron <tron@openttd.org>2004-11-17 18:03:33 +0000
committertron <tron@openttd.org>2004-11-17 18:03:33 +0000
commit3a7abc2a35fba00e1e59d8ea7fbfb1442e9c20c9 (patch)
tree948381017e4e170aac46612f80b7a790ea6b75b7 /docs
parentc4e989685179fbe463d138834f71375e94e0fbad (diff)
downloadopenttd-3a7abc2a35fba00e1e59d8ea7fbfb1442e9c20c9.tar.xz
(svn r659) Support for cutomized TTDPatch-style new stations (no selector GUI yet) (pasky)
Diffstat (limited to 'docs')
-rw-r--r--docs/landscape.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/landscape.html b/docs/landscape.html
index 18ec83780..f3b619812 100644
--- a/docs/landscape.html
+++ b/docs/landscape.html
@@ -370,6 +370,8 @@ exit towards: <tt>47</tt> - NE, <tt>48</tt> - SE, <tt>49</tt> - SW, <tt>4A</tt>
<li>map_owner: <a href="#OwnershipInfo">owner</a> of the station</li>
<li>map2: index into the <a href="#_StationArray">array of stations</a></li>
<li>map3_lo bits 0..3: <a href="#TrackType">track type</a> for railway stations, must be 0 for all the other stations</li>
+<li>map3_lo bit 4 = use custom sprite (valid only railway stations FOR NOW)</li>
+<li>map3_hi = custom station id</li>
</ul>
</td></tr>