diff options
author | yexo <yexo@openttd.org> | 2010-02-22 14:17:26 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-02-22 14:17:26 +0000 |
commit | 2b871fe95354dbc6187aa72e74517df9f46a0fa3 (patch) | |
tree | 4053776c04007173d5d751fdbd34d7787d27f8dd /docs | |
parent | 06dc421f2ab025aa248a372d48c5701d7a9e2ff9 (diff) | |
download | openttd-2b871fe95354dbc6187aa72e74517df9f46a0fa3.tar.xz |
(svn r19200) -Doc: update the map array documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/landscape.html | 8 | ||||
-rw-r--r-- | docs/landscape_grid.html | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index 280005da8..75ecfa798 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -824,10 +824,10 @@ <ul> <li>m1: <a href="#OwnershipInfo">owner</a> of the station</li> <li>m2: index into the array of stations</li> - <li>m3 bits 7..4: persistent random data for newstations (railway stations/waypoints)</li> + <li>m3 bits 7..4: persistent random data for railway stations/waypoints and airports)</li> <li>m3 bits 7..4: <a href="#OwnershipInfo">owner</a> of tram tracks (road stop)</li> <li>m3 bits 3..0: <a href="#TrackType">track type</a> for railway stations/waypoints</li> - <li>m3 bits 1..0: water class for buoys and water part of docks</li> + <li>m3 bits 1..0: water class for buoys, water part of docks and for airport tiles</li> <li>m4: custom station id; 0 means standard graphics</li> <li>m5: graphics index (range from 0..255 for each station type): <table> @@ -871,7 +871,7 @@ </tr> <tr> - <td nowrap valign=top><tt>00</tt>..<tt>8F</tt></td> + <td nowrap valign=top><tt>00</tt>..<tt>FF</tt></td> <td align=left>all airports</td> </tr> @@ -946,7 +946,7 @@ <li>m6 bits 1..0 : <a href="#tropic_zone">Tropic zone definition</a></li> <li>m7 bits 4..0: <a href="#OwnershipInfo">owner</a> of road (road stops)</li> <li>m7 bits 7..6: present road types (road stops)</li> - <li>m7: animation frame (railway stations/waypoints)</li> + <li>m7: animation frame (railway stations/waypoints, airports)</li> </ul> </td> </tr> diff --git a/docs/landscape_grid.html b/docs/landscape_grid.html index 2759ca82a..18b125f70 100644 --- a/docs/landscape_grid.html +++ b/docs/landscape_grid.html @@ -227,11 +227,11 @@ the array so you can quickly see what is used and what is not. <td class="bits">-inherit-</td> <td class="bits">-inherit-</td> <td class="bits">-inherit-</td> - <td class="bits"><span class="free">OOOO OOOO</span></td> + <td class="bits">XXXX <span class="free">OO</span>XX</td> <td class="bits"><span class="free">OOOO OOOO</span></td> <td class="bits">XXXX XXXX</td> <td class="bits"><span class="free">OO</span>XX X<span class="free">O</span>XX</td> - <td class="bits"><span class="free">OOOO OOOO</span></td> + <td class="bits">XXXX XXXX</td> </tr> <tr> <td class="caption">buoy</td> |