diff --git a/src/StepParityGenerator.h b/src/StepParityGenerator.h index 2d4431701f..b4ffd25d64 100644 --- a/src/StepParityGenerator.h +++ b/src/StepParityGenerator.h @@ -16,7 +16,7 @@ namespace StepParity { {1, 0}, // Down {1, 2}, // Up {2, 1} // Right - }, {2}, {1}, {0,3})}, + }, {2}, {1}, {0, 3})}, {StepsType_dance_double, StageLayout(StepsType_dance_double, { {0, 1}, // P1 Left {1, 0}, // P1 Down @@ -27,7 +27,7 @@ namespace StepParity { {4, 0}, // P2 Down {4, 2}, // P2 Up {5, 1} // P2 Right - }, {26}, {1,5}, {0,3,4,7})} + }, {2, 6}, {1, 5}, {0, 3, 4, 7})} }; /// @brief This class handles most of the work for generating step parities for a step chart.