backwards conditional; m_bCountNotesSeparately = false was incorrect

This commit is contained in:
Glenn Maynard
2005-05-10 04:38:48 +00:00
parent ce77b8bbab
commit 99843770cb
+1 -1
View File
@@ -1212,7 +1212,7 @@ void Player::OnRowCompletelyJudged( int iIndexThatWasSteppedOn )
* all the columns of the jump. -Chris */
const Game *pCurGame = GAMESTATE->m_pCurGame;
if( pCurGame->m_bCountNotesSeparately )
if( !pCurGame->m_bCountNotesSeparately )
{
TapNoteResult tnr = NoteDataWithScoring::LastTapNoteResult( m_NoteData, iIndexThatWasSteppedOn );
TapNoteScore score = tnr.tns;