diff options
author | rubidium <rubidium@openttd.org> | 2009-09-10 14:33:07 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-09-10 14:33:07 +0000 |
commit | 55ddce8da2b6993fa1228a8935526d40fc44de46 (patch) | |
tree | 02f1f3836fd9c76b19b741a772d0efb29c528d7b /docs/landscape.html | |
parent | bb94724a092750794e8c2ad1a6537fac6b902b9e (diff) | |
download | openttd-55ddce8da2b6993fa1228a8935526d40fc44de46.tar.xz |
(svn r17493) -Codechange: store the depot index on the map
Diffstat (limited to 'docs/landscape.html')
-rw-r--r-- | docs/landscape.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index c6847e0c7..0c54acee6 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -454,6 +454,7 @@ </li> <li>m5 bit 7 set, bit 6 set: railway depot <ul> + <li>m2: Depot index</li> <li>m5 bits 1..0: exit towards <table> <tr> @@ -609,6 +610,7 @@ <li>m5 bit 7 set, bit 6 clear: road depot <ul> <li>m1: <a href="#OwnershipInfo">owner</a> of the depot</li> + <li>m2: Depot index</li> <li>m5 bits 3..0: exit towards: <table> <tr> @@ -952,6 +954,7 @@ <td> <ul> <li>m1: <a href="#OwnershipInfo">owner</a> (for sea, rivers, and coasts normally <tt>11</tt>)</li> + <li>m2: Depot index (for depots only)</li> <li>m3 bits 1..0 : Water class (sea, canal or river) <li>m4: Random data for canal or river tiles</li> <li>m5: tile type: |