Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Dragunov <l.dragunov@corp.mail.ru>2016-01-14 14:54:45 +0300
committerLev Dragunov <l.dragunov@corp.mail.ru>2016-01-14 15:24:16 +0300
commit839a00918e8a639ad94a2c7a7d4ee1bdf69c000b (patch)
treef02efb96c675741ff253bf06bf19cdc6ca6b8bbe /routing/pedestrian_model.cpp
parent8ce4fdea2cb702b1fb9467dbe23ed1255bf07c45 (diff)
Pedestrian cycleway fix.
Diffstat (limited to 'routing/pedestrian_model.cpp')
-rw-r--r--routing/pedestrian_model.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/routing/pedestrian_model.cpp b/routing/pedestrian_model.cpp
index e7ae8fe400..e131343bbb 100644
--- a/routing/pedestrian_model.cpp
+++ b/routing/pedestrian_model.cpp
@@ -580,8 +580,8 @@ namespace routing
{
// Use Australia limits because it has all track types availible for pedestrian.
-// If one of feature types will be disabled for pedestrian? Features of this type will be simplyfied
-// in generator. Look FeatureBuilder1::IsRoad() for more info.
+// If one of feature types will be disabled for pedestrian, features of this type will be simplyfied
+// in generator. Look FeatureBuilder1::IsRoad() for more details.
PedestrianModel::PedestrianModel() : VehicleModel(classif(), s_pedestrianLimits_Australia)
{
Init();