mirror of https://github.com/OpenTTD/OpenTTD
(svn r2507) -Fix: Forgot to change an enum in rail.h in r2499 (thanks blathijs for
pointing it out)release/0.4.5
parent
265e243832
commit
ee97db70c5
2
rail.h
2
rail.h
|
@ -57,7 +57,7 @@ typedef enum RailTypes {
|
||||||
} RailType;
|
} RailType;
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
SIG_SEMAPHORE_MASK = 4,
|
SIG_SEMAPHORE_MASK = 1 << 3,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* These are used to specify a single track. Can be translated to a trackbit
|
/* These are used to specify a single track. Can be translated to a trackbit
|
||||||
|
|
Loading…
Reference in New Issue