summaryrefslogtreecommitdiff
path: root/rail.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-01-29 10:50:27 +0000
committerDarkvater <darkvater@openttd.org>2006-01-29 10:50:27 +0000
commitf4e7d3203a8448f904ed67b8db06fed2b7d93ba8 (patch)
treed36bdea25b12aca0412b419292f6c0786256e35d /rail.h
parentff8b3f980f31a80a6230a9e9c2c0eb113f983bf6 (diff)
downloadopenttd-f4e7d3203a8448f904ed67b8db06fed2b7d93ba8.tar.xz
(svn r3466) - Codechange: Some changes to increase readability of signals code.
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 c051a82c6..f5c109994 100644
--- a/rail.h
+++ b/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