diff options
author | celestar <celestar@openttd.org> | 2005-06-30 13:24:17 +0000 |
---|---|---|
committer | celestar <celestar@openttd.org> | 2005-06-30 13:24:17 +0000 |
commit | 27e61cbd84be6b32eaf5acafade515f501036a21 (patch) | |
tree | cc241ceedbf5838b074773da1e453b668d1ce56f /docs/landscape.html | |
parent | 7ff19d7dfd0b29a203110366e7a934ca267ed370 (diff) | |
download | openttd-27e61cbd84be6b32eaf5acafade515f501036a21.tar.xz |
(svn r2499) -Codechange: Moved the semaphore bit from bit 2 to bit 3 in _map_hi for rails, in order to make way for pbs
Diffstat (limited to 'docs/landscape.html')
-rw-r--r-- | docs/landscape.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index 2f4f6c775..de298b09d 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -98,7 +98,7 @@ map5 bit 7 clear: railway track <tr><td nowrap valign=top><tt>01</tt>: </td><td align=left>pre-signals</td></tr> <tr><td nowrap valign=top><tt>10</tt>: </td><td align=left>exit-signals</td></tr> <tr><td nowrap valign=top><tt>11</tt>: </td><td align=left>combo-signals</td></tr> -<tr><td nowrap valign=top>bit 2: </td><td align=left>set = semaphore signals, clear = light signals</td></tr> +<tr><td nowrap valign=top>bit 3: </td><td align=left>set = semaphore signals, clear = light signals</td></tr> </table></li> </ul></li> <li>map_owner: <a href="#OwnershipInfo">owner</a> of the track |