This commit is contained in:
Glenn Maynard
2006-06-24 05:25:39 +00:00
parent aa88059c80
commit 29cea74bdf
+1 -1
View File
@@ -1105,7 +1105,7 @@ static void ShiftToRightSide( int &iCol, int iNumTracks )
break; break;
case TWO_PLAYERS_TWO_SIDES: case TWO_PLAYERS_TWO_SIDES:
case ONE_PLAYER_TWO_SIDES: case ONE_PLAYER_TWO_SIDES:
case TWO_PLAYERS_SHARED_SIDES: // XXX is this right? case TWO_PLAYERS_SHARED_SIDES:
iCol += iNumTracks/2; iCol += iNumTracks/2;
break; break;
} }