AutoActor m_sprExplanation

This commit is contained in:
Glenn Maynard
2003-11-05 19:35:57 +00:00
parent e3246d609c
commit 5e8ebeda43
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -116,9 +116,9 @@ ScreenSelectMaster::ScreenSelectMaster( CString sClassName ) : ScreenSelect( sCl
m_sprMore[page].Load( THEME->GetPathToG( ssprintf("%s more page%d",m_sName.c_str(), page+1) ) );
this->AddChild( &m_sprMore[page] );
m_sprExplanation[page].SetName( ssprintf("ExplanationPage%d",page+1) );
m_sprExplanation[page].Load( THEME->GetPathToG( ssprintf("%s explanation page%d",m_sName.c_str(), page+1) ) );
this->AddChild( &m_sprExplanation[page] );
m_sprExplanation[page]->SetName( ssprintf("ExplanationPage%d",page+1) );
this->AddChild( m_sprExplanation[page] );
}