diff --git a/src/IDs.cpp b/src/IDs.cpp index 42810c1..209d76c 100644 --- a/src/IDs.cpp +++ b/src/IDs.cpp @@ -7,8 +7,8 @@ /* IDs are greater than one, offset the array to make it easier to use. */ constexpr char promoDirs[][dirStrSize] = { "INVALIDE", - "RANDONNEE", "RESTO", + "RANDONNEE", "AUTOBUS", "MAYO", "MADO", @@ -20,8 +20,8 @@ constexpr char promoDirs[][dirStrSize] = { }; constexpr char charDirs[][dirStrSize] = { "INVALIDE", - "GUILLAUME", "MICHEL" + "GUILLAUME", }; bool isIdGone(int8_t ID) {