changeset 2001:eeeb7899f6eb draft

(svn r2507) -Fix: Forgot to change an enum in rail.h in r2499 (thanks blathijs for pointing it out)
author celestar <celestar@openttd.org>
date Sat, 02 Jul 2005 13:03:56 +0000
parents cba3de8b5eca
children 29da0a6786b5
files rail.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rail.h
+++ b/rail.h
@@ -57,7 +57,7 @@
 } 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