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
-2
View File
@@ -270,8 +270,6 @@ function way_function (way, result)
if duration and durationIsValid(duration) then
result.duration = max( parseDuration(duration), 1 )
end
result.forward_mode = mode.movable_bridge
result.backward_mode = mode.movable_bridge
result.forward_speed = bridge_speed
result.backward_speed = bridge_speed
end