@@ -7,7 +7,7 @@
#include "point.h"
#include "common.h"
-#define CARD_LOST_TIME_OUT (30*1000)
+#define CARD_LOST_TIME_OUT (60*1000)
struct task;
template<typename T> struct zloop;
@@ -76,7 +76,7 @@ struct location_card
return false;
point p=m_d.back().p;
- //if(point::eq(p.x,pt.x,0.2) && point::eq(p.y,pt.y,0.2)) return false;
+ if(point::eq(p.x,pt.x,0.2) && point::eq(p.y,pt.y,0.2)) return false;
double dis1=m_p.dist(pt);
if(dis1<1.5)