don't allow Hopo on the same note 2x in series

This commit is contained in:
Chris Danford
2006-12-01 05:37:33 +00:00
parent fced627efc
commit 3022def914
4 changed files with 29 additions and 6 deletions
+1 -1
View File
@@ -666,7 +666,7 @@ void GameState::ResetMusicStatistics()
FOREACH_PlayerNumber( p )
m_pPlayerState[p]->m_fLastHopoNoteMusicSeconds = -1;
m_pPlayerState[p]->ClearHopoState();
}
void GameState::ResetStageStatistics()