docs/landscape_grid.html
changeset 2487 505921a23241
parent 2149 95d94c046f84
child 2781 bde9ad22a9f3
--- a/docs/landscape_grid.html	Tue Oct 04 06:34:39 2005 +0000
+++ b/docs/landscape_grid.html	Tue Oct 04 17:34:50 2005 +0000
@@ -26,7 +26,7 @@
 <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 @@
   <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>