From 15220f35784e9d3cc882c9809594cf4ccc186b54 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Wed, 21 Dec 2005 01:40:41 +0000 Subject: (svn r3327) - Fix: [ 1373581 ] landscape.html documentation. Railway types are stored in m3, not m4. According to the mask (RAILTYPE_MASK), this is should be 0..1 but 0..3 are actually reserved. (egladil) --- docs/landscape.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/landscape.html') diff --git a/docs/landscape.html b/docs/landscape.html index 1cc907f96..a3a7aeb93 100644 --- a/docs/landscape.html +++ b/docs/landscape.html @@ -130,7 +130,7 @@ m5 bit 7 clear: railway track B  fence on the N side (track in the S corner) C  on snow or desert -
  • m4 bits 0..3 = track type: 0 - conventional railway, 1 - monorail, 2 - maglev +
  • m3 bits 0..3 = track type: 0 - conventional railway, 1 - monorail, 2 - maglev
  • m4 bits 4..7 = Pbs reserved status: -- cgit v1.2.3-54-g00ecf
    bits 4..6  'Track'number of reserved track + 1, if this is zero it means nothing is reserved on this tile