TWO_PLAYERS_SHARED_SIDES.

This commit is contained in:
Steve Checkoway
2006-06-24 00:09:50 +00:00
parent fc104372cf
commit 6b38a1bea5
5 changed files with 16 additions and 5 deletions
+1
View File
@@ -1105,6 +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?
iCol += iNumTracks/2;
break;
}