diff --git a/docs/landscape.html b/docs/landscape.html
index b85ee1a149..0b9b112891 100644
--- a/docs/landscape.html
+++ b/docs/landscape.html
@@ -224,9 +224,10 @@
- m1 bits 4..0: owner of the tile
+ - m1 bit 7: bit 4 of track type (more rail types patch)
- m2: see signals
- m3 bits 7..4: see signals
- - m3 bits 3..0 = track type:
+
- m3 bits 3..0 = bits 3..0 of track type:
| 0 |
@@ -632,7 +633,8 @@
- m5 bit 6 set: level crossing
- m1 bits 4..0: owner of the railway track
- - m3 bits 3..0: railway track type
+ - m1 bit 7: bit 4 of track type for railway (more rail types patch)
+ - m3 bits 3..0: bits 3..0 of railway track type
- m5 bit 0: direction
@@ -861,12 +863,13 @@
| |
+ - m1 bit 7: bit 4 of track type for railway (more rail types patch)
- m1 bits 6..5: water class for buoys, water part of docks and for airport tiles
- m1 bits 4..0: owner of the station
- m2: index into the array of stations
- m3 bits 7..4: persistent random data for railway stations/waypoints and airports)
- m3 bits 7..4: owner of tram tracks (road stop)
- - m3 bits 3..0: track type for railway stations/waypoints
+ - m3 bits 3..0: bits 3..0 of track type for railway stations/waypoints
- m4: custom station id; 0 means standard graphics
- m5: graphics index (range from 0..255 for each station type):
@@ -1448,9 +1451,10 @@
| |
+ - m1 bit 7: bit 4 of track type for railway (more rail types patch)
- m1 bits 4..0: owner
- m3 bits 7..4: owner of tram
- - m3 bits 3..0: track type for railway
+ - m3 bits 3..0: bits 3..0 of track type for railway
- m5 bit 4: pbs reservation state for railway
- m5 bit 7 clear: tunnel entrance/exit
- m5 bit 7 set: bridge ramp
diff --git a/docs/landscape_grid.html b/docs/landscape_grid.html
index 9fece74141..0cab753d00 100644
--- a/docs/landscape_grid.html
+++ b/docs/landscape_grid.html
@@ -97,7 +97,7 @@ the array so you can quickly see what is used and what is not.
| rail |
XXXX XXXX |
XXXX XXXX |
- OOOX XXXX |
+ POOX XXXX |
OOOO XXXX OOOO OOOO |
OOOO XXXX |
OOOO XXXX |
@@ -146,7 +146,7 @@ the array so you can quickly see what is used and what is not.
level crossing |
-inherit- |
-inherit- |
- -inherit- |
+ POOX XXXX |
-inherit- |
XXXX XXXX |
-inherit- |
@@ -158,7 +158,7 @@ the array so you can quickly see what is used and what is not.
road depot |
-inherit- |
-inherit- |
- -inherit- |
+ OOOX XXXX |
-inherit- |
XXXX OOOO |
OOOO OOOO |
@@ -197,7 +197,7 @@ the array so you can quickly see what is used and what is not.
rail station |
XXXX XXXX |
XXXX XXXX |
- OXXX XXXX |
+ PXXX XXXX |
XXXX XXXX XXXX XXXX |
XXXX XXXX |
XXXX XXXX |
@@ -221,7 +221,7 @@ the array so you can quickly see what is used and what is not.
road stop |
-inherit- |
-inherit- |
- -inherit- |
+ OXXX XXXX |
-inherit- |
XXXX OOOO |
OOOO OOOO |
@@ -332,7 +332,7 @@ the array so you can quickly see what is used and what is not.
tunnel entrance |
XXXX XXXX |
XXXX XXXX |
- OOOX XXXX |
+ POOX XXXX |
OOOO OOOO OOOO OOOO |
XXXX XXXX |
OOOO OOOO |
| | |