Tracerestrict: Add a flag for whether slot conditionals are present

This commit is contained in:
Jonathan G Rennison
2024-01-20 20:31:56 +00:00
parent d502b6469d
commit a21a69c957
3 changed files with 5 additions and 2 deletions

View File

@@ -2207,6 +2207,7 @@ class NIHTraceRestrict : public NIHelper {
CA(TRAIN_NOT_STUCK)
CA(CHANGE_COUNTER)
CA(NO_PBS_BACK_PENALTY)
CA(SLOT_CONDITIONALS)
CA(SPEED_ADAPTATION)
CA(PBS_RES_END_SIMULATE)
CA(RESERVE_THROUGH_ALWAYS)