Fix speed sign allowing v>max_speed

master
Y. Wang 2021-12-04 18:51:06 +01:00 committed by Gabriel Pérez-Cerezo
parent 0b9441c289
commit 5912f778e1
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ function advtrains.train_step_b(id, train, dtime)
-- interlocking speed restriction
elseif train.speed_restriction then
--atprint("in train_step_b: applying interlocking speed restriction",train.speed_restriction)
sit_v_cap = train.speed_restriction
sit_v_cap = math.min(sit_v_cap or math.huge, train.speed_restriction)
end
--apply off-track handling: