add empty {tracktype,smoothness}_speeds in bicycle profile

This commit is contained in:
Michael Krasnyk 2017-02-05 12:38:43 +01:00 committed by Patrick Niklaus
parent 10c5d76909
commit 9f28873cb1

View File

@ -167,6 +167,12 @@ local profile = {
sett = 10 sett = 10
}, },
tracktype_speeds = {
},
smoothness_speeds = {
},
avoid = Set { avoid = Set {
'impassable', 'impassable',
'construction' 'construction'