diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index e738bfd4f4..fa20924306 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -1105,7 +1105,7 @@ static void ShiftToRightSide( int &iCol, int iNumTracks ) break; case TWO_PLAYERS_TWO_SIDES: case ONE_PLAYER_TWO_SIDES: - case TWO_PLAYERS_SHARED_SIDES: // XXX is this right? + case TWO_PLAYERS_SHARED_SIDES: iCol += iNumTracks/2; break; }