the various changes that I forgot to commit (cleanup and so forth) into hg,

culminating in syncing with sm-ssc v1.0 public beta 2
This commit is contained in:
AJ Kelly
2010-03-31 17:37:09 -05:00
parent b279635401
commit 642f4b107c
80 changed files with 1200 additions and 918 deletions
+1 -1
View File
@@ -3019,7 +3019,7 @@ void Player::SetCombo( int iCombo, int iMisses )
if( b1000Milestone )
this->PlayCommand( "ThousandMilestone" );
// don't show a colored combo until the specified point in the metrics.
// don't show a colored combo until 1/4 of the way through the song
bool bPastBeginning = (!GAMESTATE->IsCourseMode() || GAMESTATE->GetCourseSongIndex()>0) &&
GAMESTATE->m_fMusicSeconds > GAMESTATE->m_pCurSong->m_fMusicLengthSeconds * PERCENT_UNTIL_COLOR_COMBO;