games will now try to use announcers, noteskin, and theme of the same name as the game initially.

This commit is contained in:
Chris Danford
2002-08-19 00:21:54 +00:00
parent 5c21d4b1ca
commit c82d2925ef
2 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ ScreenSelectStyle::ScreenSelectStyle()
for( int i=0; i<m_aPossibleStyles.GetSize(); i++ )
{
Style style = m_aPossibleStyles[i];
m_sprIcon[i].Load( THEME->GetPathTo("Graphics","select style icons") );
m_sprIcon[i].Load( THEME->GetPathTo("Graphics",ssprintf("select style icons game %d",GAMESTATE->m_CurGame) ) );
m_sprIcon[i].StopAnimating();
m_sprIcon[i].SetState( i );
m_sprIcon[i].SetXY( ICONS_START_X + i*ICONS_SPACING_X, ICONS_START_Y + i*ICONS_SPACING_Y );