thanks@broken sourceforge

This commit is contained in:
Glenn Maynard
2006-07-13 08:07:11 +00:00
parent 365b370aae
commit 91bd33887e
+1 -2
View File
@@ -308,8 +308,7 @@ void Player::Init(
for( int i = 0; i < GAMESTATE->GetCurrentStyle()->m_iColsPerPlayer; ++i )
{
HoldJudgment *pJudgment = new HoldJudgment;
pJudgment->Load( THEME->GetPathG("HoldJudgment", "label 1x2") );
pJudgment->Load( THEME->GetPathG("HoldJudgment","label 1x2") );
m_vHoldJudgment.push_back( pJudgment );
this->AddChild( m_vHoldJudgment[i] );
}