소스 검색

fix send2web

zhuyf 4 년 전
부모
커밋
d868cdd919
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      card_car.cpp

+ 2 - 2
card_car.cpp

@@ -134,8 +134,8 @@ void car::handle_traffic_light(const point& p)
 
 void car::on_timer()
 {
-    //if(!empty())
-	make_package();
+    if(!empty())
+	    make_package();
 }
 int car::get_area()
 {