From ebbe96400b4da82c5bcb77fb944697e91d08f18e Mon Sep 17 00:00:00 2001 From: tatiana-yan Date: Mon, 21 Jan 2019 13:37:00 +0300 Subject: [PATCH] [platform] Adjust HouseToStreetTableFormat after production maps generation. --- platform/mwm_traits.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/mwm_traits.cpp b/platform/mwm_traits.cpp index 80fe41ff02..654167dd6c 100644 --- a/platform/mwm_traits.cpp +++ b/platform/mwm_traits.cpp @@ -19,8 +19,7 @@ MwmTraits::HouseToStreetTableFormat MwmTraits::GetHouseToStreetTableFormat() con if (GetFormat() < version::Format::v7) return HouseToStreetTableFormat::Unknown; - // todo: (@t.yan) adjust after production maps generation. - uint32_t constexpr kLastVersionWithFixed3BitsDDVector = 181219; + uint32_t constexpr kLastVersionWithFixed3BitsDDVector = 190113; if (GetVersion() <= kLastVersionWithFixed3BitsDDVector) return HouseToStreetTableFormat::Fixed3BitsDDVector;