a todo for later
This commit is contained in:
@@ -729,8 +729,7 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
|
|||||||
}
|
}
|
||||||
|
|
||||||
// two part confirms only means we can actually change songs here,
|
// two part confirms only means we can actually change songs here,
|
||||||
// so we need some hackery. oops looks like this is never going into
|
// so we need some hackery. -aj
|
||||||
// mainline sm4 then -aj
|
|
||||||
if( TWO_PART_CONFIRMS_ONLY )
|
if( TWO_PART_CONFIRMS_ONLY )
|
||||||
{
|
{
|
||||||
if( m_SelectionState == SelectionState_SelectingSteps )
|
if( m_SelectionState == SelectionState_SelectingSteps )
|
||||||
@@ -1080,6 +1079,8 @@ void ScreenSelectMusic::HandleMessage( const Message &msg )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
// todo: handle changing rave difficulty on join -aj
|
||||||
|
|
||||||
Steps* pSteps = m_vpSteps.empty()? NULL: m_vpSteps[m_iSelection[pn]];
|
Steps* pSteps = m_vpSteps.empty()? NULL: m_vpSteps[m_iSelection[pn]];
|
||||||
GAMESTATE->m_pCurSteps[pn].Set( pSteps );
|
GAMESTATE->m_pCurSteps[pn].Set( pSteps );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user