diff options
author | yexo <yexo@openttd.org> | 2010-01-04 14:33:32 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-01-04 14:33:32 +0000 |
commit | 051e54c9a782e22ca381129ee8d24fdeb7481b62 (patch) | |
tree | 019796ea07488459800d54dc0afdbf1cbfd473ab | |
parent | 3e481c4027b04ac85c6551e8a6e543ee0654b091 (diff) | |
download | openttd-051e54c9a782e22ca381129ee8d24fdeb7481b62.tar.xz |
(svn r18711) -Doc: update landscape documentation about m1 (tile owner)
-rw-r--r-- | docs/landscape.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/landscape.html b/docs/landscape.html index 0edc82f20..97b766b46 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -52,11 +52,10 @@ </p> The <a name="OwnershipInfo">owner of a tile</a>, as frequently associated with attribute m1, - can be either players (human or AI) or "Game entities". + can be either companies (human or AI) or "Game entities". They are identified using: <table border="1"> - <tr><td><tt>00</tt> </td><td align=left>current player</td></tr> - <tr><td><tt>01..08</tt> </td><td align=left>AI or network players</td></tr> + <tr><td><tt>00..0E</tt> </td><td align=left>Normal companies</td></tr> <tr><td><tt>0F</tt> </td><td align=left>a town owns the tile</td></tr> <tr><td><tt>10</tt> </td><td align=left>nobody owns the tile</td></tr> <tr><td><tt>11</tt> </td><td align=left>"water" owns the tile</td></tr> |