remove unused "BeginnerLabel"

This commit is contained in:
Glenn Maynard
2006-07-11 16:55:38 +00:00
parent cd8266eb76
commit 020d263cdd
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ void Player::Init(
if( m_pJudgment )
{
m_pJudgment->SetName( "Judgment" );
m_pJudgment->LoadNormal( IsPlayingBeginner() );
m_pJudgment->LoadNormal();
ActorUtil::OnCommand( m_pJudgment, sType );
}