Load hold judgments.

This commit is contained in:
Steve Checkoway
2006-07-13 07:27:47 +00:00
parent e349c58ba9
commit 5c1e528e8b
+2
View File
@@ -308,6 +308,8 @@ void Player::Init(
for( int i = 0; i < GAMESTATE->GetCurrentStyle()->m_iColsPerPlayer; ++i )
{
HoldJudgment *pJudgment = new HoldJudgment;
pJudgment->Load( THEME->GetPathG("HoldJudgment", "label 1x2") );
m_vHoldJudgment.push_back( pJudgment );
this->AddChild( m_vHoldJudgment[i] );
}