diff options
author | tron <tron@openttd.org> | 2005-10-04 17:34:50 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-10-04 17:34:50 +0000 |
commit | c3a73d4047e9f748900b3c48472f8f93868a9846 (patch) | |
tree | 4639e3c7d6e9dee5e3013002ec3bcb8b4abdfb18 /docs/landscape_grid.html | |
parent | 8bd4a63c4753d9809f957b982d873e04686ce46a (diff) | |
download | openttd-c3a73d4047e9f748900b3c48472f8f93868a9846.tar.xz |
(svn r3013) Update the documentation: The 'owner' attribute was renamed to 'm1' long ago
Diffstat (limited to 'docs/landscape_grid.html')
-rw-r--r-- | docs/landscape_grid.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/landscape_grid.html b/docs/landscape_grid.html index b8c615e08..a5dcc7f3e 100644 --- a/docs/landscape_grid.html +++ b/docs/landscape_grid.html @@ -26,7 +26,7 @@ the array so you can quickly see what is used and what is not. <p> <ul> <li><span style="font-weight: bold;">type_height</span> - 8 bits in size, stores tile height (lower 4 bits) and tile class (upper 4 bits)</li> - <li><span style="font-weight: bold;">owner</span> - 8 bits in size, used to identify the owner of that tile (eg piece of rail, bridge, etc.)</li> + <li><span style="font-weight: bold;">m1</span> - 8 bits in size, used to identify the owner of that tile (eg piece of rail, bridge, etc.)</li> <li><span style="font-weight: bold;">m2</span> - 16 bits in size, used to identify the index of the given tile (object) in the (object-)array</li> <li><span style="font-weight: bold;">m3/m4</span> - 16 bits in size, which is split up into m3 and m4 is used for general storage</li> <li><span style="font-weight: bold;">m5</span> - 8 bits in size, is used for general storage</li> @@ -37,7 +37,7 @@ the array so you can quickly see what is used and what is not. <tbody> <tr> <th style="white-space: nowrap; text-align: left;">class</th> - <th style="white-space: nowrap; text-align: center;">owner[L1] (8)</th> + <th style="white-space: nowrap; text-align: center;">m1[L1] (8)</th> <th style="white-space: nowrap; text-align: center;">m2[L2] (16)</th> <th style="white-space: nowrap; text-align: center;">m3/m4[L3] (16)</th> <th style="white-space: nowrap; text-align: center;">type_height[L4] (8)</th> |