diff --git a/stepmania/src/Player.cpp b/stepmania/src/Player.cpp index 61cdf46187..1b0eae9ada 100644 --- a/stepmania/src/Player.cpp +++ b/stepmania/src/Player.cpp @@ -463,22 +463,22 @@ void Player::OnRowDestroyed( TapNoteScore lastScore, int iIndexThatWasSteppedOn int iNumNotesInThisRow = 0; for( int c=0; cm_CurStageStats.iCurCombo[m_PlayerNumber]>(int)BRIGHT_GHOST_COMBO_THRESHOLD; - m_GhostArrowRow.TapNote( c, score, bBright ); - } - break; + bool bBright = GAMESTATE->m_CurStageStats.iCurCombo[m_PlayerNumber]>(int)BRIGHT_GHOST_COMBO_THRESHOLD; + m_GhostArrowRow.TapNote( c, score, bBright ); } + break; } }