Show a combo if showing judgment, not if showing the note field.

This commit is contained in:
Steve Checkoway
2006-07-23 23:48:14 +00:00
parent 4a832e461f
commit d671011285
+1 -1
View File
@@ -87,7 +87,7 @@ Player::Player( NoteData &nd, bool bShowNoteField, bool bShowJudgment ) : m_Note
}
m_pCombo = NULL;
if( bShowNoteField )
if( bShowJudgment )
{
m_pCombo = new Combo;
this->AddChild( m_pCombo );