summaryrefslogtreecommitdiff
path: root/rail.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-07-02 13:03:56 +0000
committercelestar <celestar@openttd.org>2005-07-02 13:03:56 +0000
commitedf89d79507c010873cba435d481ecdde280ba97 (patch)
tree18009480f4341e496c242cab0cd0c478b25fdf27 /rail.h
parentc6287f942d403dd987df895042c4b1a455227794 (diff)
downloadopenttd-edf89d79507c010873cba435d481ecdde280ba97.tar.xz
(svn r2507) -Fix: Forgot to change an enum in rail.h in r2499 (thanks blathijs for
pointing it out)
Diffstat (limited to 'rail.h')
-rw-r--r--rail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rail.h b/rail.h
index fad1bf3d3..4152a406f 100644
--- a/rail.h
+++ b/rail.h
@@ -57,7 +57,7 @@ typedef enum RailTypes {
} RailType;
enum {
- SIG_SEMAPHORE_MASK = 4,
+ SIG_SEMAPHORE_MASK = 1 << 3,
};
/* These are used to specify a single track. Can be translated to a trackbit