Tracerestrict: Remove TRPISP_PBS_RES_END_RELEASE

This commit is contained in:
Jonathan G Rennison
2024-01-20 22:24:19 +00:00
parent 7d1e350b94
commit 24fc4e3e3f
3 changed files with 5 additions and 6 deletions

View File

@@ -1540,7 +1540,7 @@ void PBSWaitingPositionRestrictedSignalState::TraceRestrictExecuteResEndSlotIntl
if (prog->actions_used_flags & actions_used_flags) {
TraceRestrictProgramResult out;
TraceRestrictProgramInput input(this->tile, this->trackdir, &VehiclePosTraceRestrictPreviousSignalCallback, nullptr);
input.permitted_slot_operations = TRPISP_PBS_RES_END_ACQUIRE | TRPISP_PBS_RES_END_RELEASE;
input.permitted_slot_operations = TRPISP_PBS_RES_END_ACQUIRE;
if (tb_entrance_slots) input.permitted_slot_operations = TRPISP_ACQUIRE;
prog->Execute(v, input, out);
}