From ee97db70c51760518c47210022569019754dfb65 Mon Sep 17 00:00:00 2001 From: celestar Date: Sat, 2 Jul 2005 13:03:56 +0000 Subject: [PATCH] (svn r2507) -Fix: Forgot to change an enum in rail.h in r2499 (thanks blathijs for pointing it out) --- rail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rail.h b/rail.h index fad1bf3d34..4152a406fb 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