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
commitee97db70c51760518c47210022569019754dfb65 (patch)
tree18009480f4341e496c242cab0cd0c478b25fdf27 /rail.h
parent265e2438321cf64c47b1506eb74b44d6f19e5b6b (diff)
downloadopenttd-ee97db70c51760518c47210022569019754dfb65.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