diff --git a/stepmania/src/ScreenSelectMaster.cpp b/stepmania/src/ScreenSelectMaster.cpp index 4b1f3cea9d..353c5e81a1 100644 --- a/stepmania/src/ScreenSelectMaster.cpp +++ b/stepmania/src/ScreenSelectMaster.cpp @@ -388,7 +388,8 @@ bool ScreenSelectMaster::ChangeSelection( PlayerNumber pn, int iNewChoice ) if( !GAMESTATE->IsHumanPlayer(p) ) continue; // skip - if( p!=pn && GetCurrentPage()==PAGE_1 ) + if( !SHARED_PREVIEW_AND_CURSOR && + (p!=pn && GetCurrentPage()==PAGE_1) ) continue; // skip const int iOldChoice = m_iChoice[p];