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>2015-04-09 20:15:20 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:46:46 +0300
commit6102f42e6252f78509d2a5941adecafad2f78bcb (patch)
tree640a4d712557b26e1975ab4098858b8811def9e9 /defines.hpp
parentbddec9daefb240cf2b48750f5a381908094f76a4 (diff)
SetRouter framework method
Diffstat (limited to 'defines.hpp')
-rw-r--r--defines.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/defines.hpp b/defines.hpp
index c545b279d5..8e4dc94f4f 100644
--- a/defines.hpp
+++ b/defines.hpp
@@ -31,8 +31,8 @@
#define FEATURES_OFFSETS_TABLE_FILE_EXT ".offsets"
//Secret word to unlock experimental features in production builds
-#define ROUTING_SECRET_UNLOCKING_WORD "?ariadna"
-#define ROUTING_SECRET_LOCKING_WORD "?minos"
+#define ROUTING_SECRET_UNLOCKING_WORD "?pedestrian"
+#define ROUTING_SECRET_LOCKING_WORD "?vehicle"
#define READY_FILE_EXTENSION ".ready"
#define RESUME_FILE_EXTENSION ".resume3"