GetPathTo -> GetPath
This commit is contained in:
@@ -24,14 +24,14 @@ ScreenCenterImage::ScreenCenterImage( CString sClassName ) : ScreenWithMenuEleme
|
||||
m_textHelp->SetTips(strArray);
|
||||
#endif
|
||||
|
||||
m_textInstructions.LoadFromFont( THEME->GetPathToF("Common normal") );
|
||||
m_textInstructions.LoadFromFont( THEME->GetPathF("Common","normal") );
|
||||
m_textInstructions.SetText( "" );
|
||||
m_textInstructions.SetXY( SCREEN_CENTER_X, SCREEN_CENTER_Y );
|
||||
m_textInstructions.SetDiffuse( RageColor(0,1,0,0) );
|
||||
m_textInstructions.SetZoom( 0.8f );
|
||||
this->AddChild( &m_textInstructions );
|
||||
|
||||
SOUND->PlayMusic( THEME->GetPathToS("ScreenCenterImage music") );
|
||||
SOUND->PlayMusic( THEME->GetPathS("ScreenCenterImage","music") );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user