Browse Source

trim static

lixioayao 6 năm trước cách đây
mục cha
commit
9965fd895b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      card_person.cpp

+ 2 - 2
card_person.cpp

@@ -155,8 +155,8 @@ void person::on_timer()
 //进入盲区超过2h的卡
 void person::print_card_detained()
 {
-    const static point p(4677,-193.7);
-    const static double limit_dist=45.0;
+    const  point p(4677,-193.7);
+    const  double limit_dist=45.0;
     int h=tool_time::get_hour();
     uint64_t _now=tool_time::now_to_ms();
     uint64_t work_time=m_mine_tool->get_work_time();