Accidently left one part uncommented. This part of ScreenSelectDifficultyEX is not ready. recommented. SORRY! :)

This commit is contained in:
Kevin Slaughter
2003-04-26 07:04:13 +00:00
parent bef2a53f35
commit 93840f07b7
+1 -1
View File
@@ -68,7 +68,7 @@ ScreenSelectDifficultyEX::ScreenSelectDifficultyEX() : ScreenSelect( "ScreenSele
m_sprDifficultyIcon[p].SetState( 6 );
// 0=BEGINNER, 1=LIGHT, 2=STANDARD, 3=HEAVY, 4=NONSTOP/ONI, 5=ENDLESS, 6=RAVE
this->AddChild( &m_sprDifficultyIcon[p] );
//this->AddChild( &m_sprDifficultyIcon[p] );
CLAMP( m_iChoice[p], 0, (int)m_ModeChoices.size()-1 );
m_bChosen[p] = false;