(svn r20049) -Feature: [NewGRF] Add a railtype flag to disallow level crossings per railtype.

This commit is contained in:
michi_cc
2010-07-02 16:34:11 +00:00
parent a75583bbb6
commit 34f32cbbf4
7 changed files with 29 additions and 3 deletions

View File

@@ -38,6 +38,9 @@ public:
/** Non-uniform stations is diabled */
ERR_NONUNIFORM_STATIONS_DISABLED, // [STR_ERROR_NONUNIFORM_STATIONS_DISALLOWED]
/** This railtype cannot have crossings */
ERR_RAILTYPE_DISALLOWS_CROSSING, // [STR_ERROR_CROSSING_DISALLOWED]
};
/**