From 29cea74bdfdda780c5103c348a74757bcef487cb Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 24 Jun 2006 05:25:39 +0000 Subject: [PATCH] yes --- stepmania/src/ScreenEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }