diff -r ab8cd44cd72f -r 505921a23241 docs/landscape_grid.html
--- 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 @@
- type_height - 8 bits in size, stores tile height (lower 4 bits) and tile class (upper 4 bits)
- - owner - 8 bits in size, used to identify the owner of that tile (eg piece of rail, bridge, etc.)
+ - m1 - 8 bits in size, used to identify the owner of that tile (eg piece of rail, bridge, etc.)
- m2 - 16 bits in size, used to identify the index of the given tile (object) in the (object-)array
- m3/m4 - 16 bits in size, which is split up into m3 and m4 is used for general storage
- m5 - 8 bits in size, is used for general storage
@@ -37,7 +37,7 @@
class |
- owner[L1] (8) |
+ m1[L1] (8) |
m2[L2] (16) |
m3/m4[L3] (16) |
type_height[L4] (8) |