Timetable wait in depot: Add info to SLXI chunk.

This commit is contained in:
Jonathan G Rennison
2015-08-03 01:10:22 +01:00
parent a3b0057011
commit 1fbd4a9d1d
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
*/
enum SlXvFeatureIndex {
XSLFI_NULL = 0, ///< Unused value, to indicate that no extended feature test is in use
XSLFI_TT_WAIT_IN_DEPOT, ///< Timetabling waiting time in depot patch
XSLFI_SIZE, ///< Total count of features, including null feature
};