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;