fix "Theme element 'Graphics/ScreenEvaluation PersonalRecord 00' could not be found"

This commit is contained in:
Glenn Maynard
2004-04-02 04:47:53 +00:00
parent d482fbe40c
commit fc201090c2
+1 -1
View File
@@ -781,7 +781,7 @@ void ScreenEvaluation::Init()
}
if( iPersonalHighScoreIndex[p] != -1 )
{
m_sprPersonalRecord[p].Load( THEME->GetPathG( "ScreenEvaluation", ssprintf("PersonalRecord %02d",iMachineHighScoreIndex[p]+1) ) );
m_sprPersonalRecord[p].Load( THEME->GetPathG( "ScreenEvaluation", ssprintf("PersonalRecord %02d",iPersonalHighScoreIndex[p]+1) ) );
m_sprPersonalRecord[p]->SetName( ssprintf("PersonalRecordP%d",p+1) );
m_sprPersonalRecord[p]->StopAnimating();
SET_XY_AND_ON_COMMAND( m_sprPersonalRecord[p] );