diff options
-rw-r--r-- | docs/landscape.html | 1 | ||||
-rw-r--r-- | docs/landscape_grid.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index 7aa87869d..518980a09 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -488,6 +488,7 @@ <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 bits 4..7: persistent random data for newstations</li> <li>m4: custom station id; 0 means standard graphics</li> + <li>m6 bit 3: 1 when a drive through road stop is built over a town owned road, otherwise 0</li> </ul> </td> </tr> diff --git a/docs/landscape_grid.html b/docs/landscape_grid.html index bec609422..83d7e77fb 100644 --- a/docs/landscape_grid.html +++ b/docs/landscape_grid.html @@ -171,7 +171,7 @@ the array so you can quickly see what is used and what is not. <td class="bits">XXXX XXXX</td> <td class="bits">XXXX XXXX</td> <td class="bits">XXXX XXXX</td> - <td class="bits"><span class="free">OOOO OO</span>XX</td> + <td class="bits"><span class="free">OOOO O</span>XXX</td> </tr> <tr> <td>6</td> |