forked from mirror/OpenTTD
(svn r3466) - Codechange: Some changes to increase readability of signals code.
This commit is contained in:
2
rail.h
2
rail.h
@@ -42,7 +42,7 @@ typedef enum RailTileSubtypes {
|
||||
} RailTileSubtype;
|
||||
|
||||
typedef enum SignalTypes {
|
||||
/* Stored in m4[0..1] for MP_RAILWAY */
|
||||
/* Stored in m4[0..2] for MP_RAILWAY */
|
||||
SIGTYPE_NORMAL = 0, // normal signal
|
||||
SIGTYPE_ENTRY = 1, // presignal block entry
|
||||
SIGTYPE_EXIT = 2, // presignal block exit
|
||||
|
Reference in New Issue
Block a user