add IsAnExtraStageAndSelectionLocked. add metircs MinDifficultyForExtra, LockExtraStageSelection

This commit is contained in:
Chris Danford
2008-06-12 04:30:51 +00:00
parent fe65136b7c
commit 20b11d27df
6 changed files with 31 additions and 13 deletions
+2 -2
View File
@@ -128,7 +128,7 @@ void MusicWheel::BeginScreen()
WheelBase::BeginScreen();
if( GAMESTATE->IsAnExtraStage() )
if( GAMESTATE->IsAnExtraStageAndSelectionLocked() )
{
m_WheelState = STATE_LOCKED;
SCREENMAN->PlayStartSound();
@@ -566,7 +566,7 @@ void MusicWheel::BuildWheelItemDatas( vector<MusicWheelItemData *> &arrayWheelIt
arrayWheelItemDatas.push_back( new MusicWheelItemData(TYPE_PORTAL, NULL, "", NULL, RageColor(1,0,0,1), 0) );
}
if( GAMESTATE->IsAnExtraStage() )
if( GAMESTATE->IsAnExtraStageAndSelectionLocked() )
{
Song* pSong;
Steps* pSteps;