|
@@ -114,15 +114,7 @@ void person::on_timer()
|
|
|
mine_business::inst()->fetch_add();
|
|
|
uint64_t _time=0;
|
|
|
point pt = getSmoothPoint(_time);
|
|
|
-// const auto lm = m_area_tool->getLandmark();
|
|
|
-// cp.enter_area_time = std::get<0>(lm)*1000;
|
|
|
-// cp.rec_time = std::get<1>(lm);
|
|
|
-// int32_t map_id = std::get<2>(lm);
|
|
|
-// int32_t area_id = std::get<3>(lm);
|
|
|
-// cp.map_id=map_id;cp.area_id=area_id;
|
|
|
-// cp.landmark_id = std::get<4>(lm);
|
|
|
-// cp.lm_direction = std::get<5>(lm);
|
|
|
-// cp.landmark_dis=std::get<6>(lm);
|
|
|
+
|
|
|
cp.area_info=m_area_tool->m_area_info;
|
|
|
cp.map_id =m_area_tool->m_mapid;
|
|
|
|