From ebf250d8137a25e1fd4098c18d7039ec34e3d3b1 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 15 Dec 2015 18:37:34 +0000 Subject: [PATCH] Reserve instruction 24 for train owner test. --- src/tracerestrict.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tracerestrict.h b/src/tracerestrict.h index 3bacf61ae7..50324acfe6 100644 --- a/src/tracerestrict.h +++ b/src/tracerestrict.h @@ -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 */ };