summaryrefslogtreecommitdiff
path: root/pbs.c
diff options
context:
space:
mode:
authorhackykid <hackykid@openttd.org>2005-07-06 10:43:36 +0000
committerhackykid <hackykid@openttd.org>2005-07-06 10:43:36 +0000
commit7f2424b241a1ddcc65c6173c0d7a8cea40724e6e (patch)
tree6b1c7370c2d689ca1abecb87df754c6d2b001a19 /pbs.c
parent861df076770a06e9da1be68d1ea7b2b78ede3ec6 (diff)
downloadopenttd-7f2424b241a1ddcc65c6173c0d7a8cea40724e6e.tar.xz
(svn r2525) - Fix: [pbs] Fix a mistake in the comments/docs.
Diffstat (limited to 'pbs.c')
-rw-r--r--pbs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbs.c b/pbs.c
index fdb47854d..8edc0ae93 100644
--- a/pbs.c
+++ b/pbs.c
@@ -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: