diff --git a/docs/landscape.html b/docs/landscape.html
index d183e10d01..4383fab8ac 100644
--- a/docs/landscape.html
+++ b/docs/landscape.html
@@ -40,7 +40,9 @@ OTTD's class-specific periodic tile processing routine is called once every +256
03 | full grass |
07 | rough land |
0B | rocks |
-0F | fields; type of fields in m3 bits 3..0 (legal values: 0 through 9) |
+0F | fields; type of fields in m3 bits 3..0 (legal values: 0 through 9)
+ m2: Index into the array of industries (farms), INVALID_INDUSTRY (0xFFFF) if farm has been removed |
+
10 | 1/4 snow |
11 | 2/4 snow |
12 | 3/4 snow |
diff --git a/docs/landscape_grid.html b/docs/landscape_grid.html
index dc809a6744..7ed12c9417 100644
--- a/docs/landscape_grid.html
+++ b/docs/landscape_grid.html
@@ -55,15 +55,24 @@ the array so you can quickly see what is used and what is not.
7654 3210 |
- 0 |
+ 0 |
ground |
XXXX XXXX |
OOOO OOOO OOOO OOOO |
- OOOO XXXX |
+ OOOO OOOO |
XXXX XXOO |
XXXX XXXX |
XXXX XXXX |
+
+ farmland |
+ -inherit- |
+ XXXX XXXX XXXX XXXX |
+ OOOO XXXX |
+ -inherit- |
+ -inherit- |
+ OOOX XXXX |
+
1 |
rail |