diff --git a/EMkSimuGenConst.h b/EMkSimuGenConst.h index 0b31912..d3e01a7 100644 --- a/EMkSimuGenConst.h +++ b/EMkSimuGenConst.h @@ -17,9 +17,10 @@ enum SimStat { MCH_SIM_OK = 0, MCH_SIM_END_STEP = 1, MCH_SIM_END = 2, - MCH_SIM_OUTSTROKE = 3, - MCH_SIM_DIR_ERR = 4, - MCH_SIM_ERR = 5} ; + MCH_SIM_STOP = 3, + MCH_SIM_OUTSTROKE = 4, + MCH_SIM_DIR_ERR = 5, + MCH_SIM_ERR = 6} ; //------------------------ Stato della simulazione per l'utente --------------- enum SimUiStat { MCH_UISIM_NULL = 0,