@@ -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()