color the combo when full combo in progress

This commit is contained in:
Chris Danford
2004-03-10 07:59:52 +00:00
parent 1536146bf3
commit 441f341a53
+2 -1
View File
@@ -101,8 +101,9 @@ void Combo::SetCombo( int iCombo )
m_sprCombo.SetZoom( 1 );
// don't show a colored combo until 1/4 of the way through the song
bool bPastMidpoint = GAMESTATE->GetCourseSongIndex()>0 ||
GAMESTATE->m_fMusicSeconds > GAMESTATE->m_pCurSong->m_fMusicLengthSeconds/2;
GAMESTATE->m_fMusicSeconds > GAMESTATE->m_pCurSong->m_fMusicLengthSeconds/4;
if( bPastMidpoint )
{