diff --git a/stepmania/src/Style.cpp b/stepmania/src/Style.cpp index e10dcc0d95..d1c50e1830 100644 --- a/stepmania/src/Style.cpp +++ b/stepmania/src/Style.cpp @@ -79,6 +79,7 @@ PlayerNumber Style::ControllerToPlayerNumber( GameController controller ) const { case ONE_PLAYER_ONE_SIDE: case TWO_PLAYERS_TWO_SIDES: + case TWO_PLAYERS_SHARED_SIDES: return (PlayerNumber)controller; case ONE_PLAYER_TWO_SIDES: return GAMESTATE->m_MasterPlayerNumber;