# HG changeset patch # User hackykid # Date 1120646616 0 # Node ID 38ed0b301a2f21c05567577f4392626deb014fe5 # Parent 990cf5ce833716e9edca324fa58f8db7c8551b8d (svn r2525) - Fix: [pbs] Fix a mistake in the comments/docs. diff -r 990cf5ce8337 -r 38ed0b301a2f docs/landscape.html --- a/docs/landscape.html Wed Jul 06 10:41:56 2005 +0000 +++ b/docs/landscape.html Wed Jul 06 10:43:36 2005 +0000 @@ -120,8 +120,8 @@ B  fence on the N side (track in the S corner) C  on snow or desert -
  • map3_lo bits 0..3 = track type: 0 - conventional railway, 1 - monorail, 2 - maglev -
  • map3_lo bits 4..7 = Pbs reserved status: +
  • map3_hi bits 0..3 = track type: 0 - conventional railway, 1 - monorail, 2 - maglev +
  • map3_hi bits 4..7 = Pbs reserved status: diff -r 990cf5ce8337 -r 38ed0b301a2f pbs.c --- a/pbs.c Wed Jul 06 10:41:56 2005 +0000 +++ b/pbs.c Wed Jul 06 10:43:36 2005 +0000 @@ -14,8 +14,8 @@ /* reserved track encoding: normal railway tracks: - map3lo bits 4..6 = 'Track'number of reserved track + 1, if this is zero it means nothing is reserved on this tile - map3lo bit 7 = if this is set, then the opposite track ('Track'number^1) is also reserved + map3hi bits 4..6 = 'Track'number of reserved track + 1, if this is zero it means nothing is reserved on this tile + map3hi bit 7 = if this is set, then the opposite track ('Track'number^1) is also reserved waypoints/stations: map3lo bit 6 set = track is reserved tunnels/bridges:
    bits 4..6  'Track'number of reserved track + 1, if this is zero it means nothing is reserved on this tile
    bit 7  If this is set, then the opposite track ('Track'number^1) is also reserved