diff options
author | peter1138 <peter1138@openttd.org> | 2006-04-16 17:29:37 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-04-16 17:29:37 +0000 |
commit | 857b8b045b8fea9d2c77e12d4f4fc309c0912f53 (patch) | |
tree | 679749a254a043ab9b75d05ea46a7f16bec8c0ae /docs | |
parent | a337809198a90fc3f6af2187956ad0e4849cce6e (diff) | |
download | openttd-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')
-rw-r--r-- | docs/landscape.html | 3 | ||||
-rw-r--r-- | docs/landscape_grid.html | 2 |
2 files changed, 2 insertions, 3 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> diff --git a/docs/landscape_grid.html b/docs/landscape_grid.html index 910f028b9..f1e985eed 100644 --- a/docs/landscape_grid.html +++ b/docs/landscape_grid.html @@ -145,7 +145,7 @@ the array so you can quickly see what is used and what is not. <td class="caption">station</td> <td class="bits">XXXX XXXX</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">XXXX XXXX</td> <td class="bits">XXXX XXXX</td> <td class="bits">XXXX XXXX</td> |