remove movable bridge mode from car profile

This commit is contained in:
karenzshea 2016-04-19 10:21:46 -04:00
parent 3e2e10a4c3
commit bca8593eef

View File

@ -270,8 +270,6 @@ function way_function (way, result)
if duration and durationIsValid(duration) then if duration and durationIsValid(duration) then
result.duration = max( parseDuration(duration), 1 ) result.duration = max( parseDuration(duration), 1 )
end end
result.forward_mode = mode.movable_bridge
result.backward_mode = mode.movable_bridge
result.forward_speed = bridge_speed result.forward_speed = bridge_speed
result.backward_speed = bridge_speed result.backward_speed = bridge_speed
end end