fix compile

This commit is contained in:
Glenn Maynard
2005-08-26 20:52:03 +00:00
parent 669f1be048
commit 29fb1cbc63
+2 -2
View File
@@ -421,10 +421,10 @@ void Player::Load( const NoteData& noteData )
// Load HoldJudgments
FOREACH( HoldJudgment, m_vHoldJudgment, i )
this->RemoveChild( i );
this->RemoveChild( &*i );
m_vHoldJudgment.resize( GAMESTATE->GetCurrentStyle()->m_iColsPerPlayer );
FOREACH( HoldJudgment, m_vHoldJudgment, i )
this->AddChild( i );
this->AddChild( &*i );
//