lib/src/main/cpp/test_items2/through_something.cpp
@@ -228,6 +228,10 @@ Line line; int roadIndex = 0; if (RoadMap.specialAreas[x].type == SCHOOL_AREA) { // 离开学校区域不按跨线判定 continue; } for (; roadIndex < RoadMap.roads.size(); ++roadIndex) { if (RoadMap.roads[roadIndex].id == RoadMap.specialAreas[x].road) break;