lib/src/main/cpp/test_items/area_exam.cpp
@@ -111,6 +111,7 @@ } } else { if (ExitMap(car, CurrEnterMapIndex, mapList)) { DEBUG("离开某个子项目 idx = %d", CurrEnterMapIndex); CurrEnterMapIndex = -1; } } @@ -189,6 +190,7 @@ // 某项结束 CurrExamStatus = EXAM_AREA_NONE; CurrExamMapIndex = -1; DEBUG("结束当前项目"); } } }