Simplify.

This commit is contained in:
Steve Checkoway
2006-08-06 02:37:42 +00:00
parent a89e8b9cb2
commit ba0d51cc7a
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ void BPMDisplay::SetBPMRange( const DisplayBpms &bpms )
m_sprLabel->StopTweening();
m_textBPM.BeginTweening(0.5f);
m_sprLabel->BeginTweening(0.5f);
if( GAMESTATE->IsExtraStage() || GAMESTATE->IsExtraStage2() )
if( GAMESTATE->IsAnExtraStage() )
{
m_textBPM.SetDiffuse( EXTRA_COLOR );
m_sprLabel->SetDiffuse( EXTRA_COLOR );