fctom1215
2021-02-07 20bd5ec5a7f859c0f98f13ef62b906b1c781e51b
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("结束当前项目");
        }
    }
}