(svn r3466) - Codechange: Some changes to increase readability of signals code.

This commit is contained in:
Darkvater
2006-01-29 10:50:27 +00:00
parent ff8b3f980f
commit f4e7d3203a
2 changed files with 3 additions and 3 deletions

2
rail.h
View File

@@ -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