portal shouldn't unlock a locked song
This commit is contained in:
@@ -1251,8 +1251,10 @@ bool MusicWheel::Select() // return true if this selection ends the screen
|
|||||||
return false;
|
return false;
|
||||||
case TYPE_SONG:
|
case TYPE_SONG:
|
||||||
case TYPE_PORTAL:
|
case TYPE_PORTAL:
|
||||||
if( !GAMESTATE->IsExtraStage() && !GAMESTATE->IsExtraStage2() )
|
// Don't -permanently- unlock the song. Just let them play
|
||||||
UNLOCKMAN->UnlockSong( m_CurWheelItemData[m_iSelection]->m_pSong );
|
// the unlocked song once.
|
||||||
|
// if( !GAMESTATE->IsExtraStage() && !GAMESTATE->IsExtraStage2() )
|
||||||
|
// UNLOCKMAN->UnlockSong( m_CurWheelItemData[m_iSelection]->m_pSong );
|
||||||
return true;
|
return true;
|
||||||
case TYPE_COURSE:
|
case TYPE_COURSE:
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user