Reserve instruction 24 for train owner test.

This commit is contained in:
Jonathan G Rennison
2015-12-15 18:37:34 +00:00
parent 9c5189b212
commit ebf250d813

View File

@@ -110,6 +110,7 @@ enum TraceRestrictItemType {
TRIT_COND_CARGO = 15, ///< Test if train can carry cargo type
TRIT_COND_ENTRY_DIRECTION = 16, ///< Test which side of signal/signal tile is being entered from
TRIT_COND_PBS_ENTRY_SIGNAL = 17, ///< Test tile and PBS-state of previous signal
//TRIT_COND_TRAIN_OWNER = 24, ///< Test train owner: reserved for future use
/* space up to 31 */
};