(svn r18970) -Codechange: Increase number of possible rail types to 16.

This commit is contained in:
peter1138
2010-01-30 21:59:22 +00:00
parent 91c42bb596
commit 075217f7b5
2 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ enum RailType {
RAILTYPE_ELECTRIC = 1, ///< Electric rails
RAILTYPE_MONO = 2, ///< Monorail
RAILTYPE_MAGLEV = 3, ///< Maglev
RAILTYPE_END, ///< Used for iterations
RAILTYPE_END = 16, ///< Used for iterations
INVALID_RAILTYPE = 0xFF, ///< Flag for invalid railtype
DEF_RAILTYPE_FIRST = RAILTYPE_END, ///< Default railtype: first available