thanks@broken sourceforge
This commit is contained in:
@@ -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] );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user