[ScreenSelectMusic] Changed "Percent Frame p1" to "PercentFrame P1" for consistency.

This commit is contained in:
AJ Kelly
2011-04-21 00:33:56 -05:00
parent ce4667e9ca
commit e6b20ef704
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -13,6 +13,10 @@ _____________________________________________________________________________
sm-ssc v1.2.5 | 201104??
--------------------------------------------------------------------------------
20110421
--------
* [ScreenSelectMusic] Changed "Percent Frame p1" to "PercentFrame P1" for consistency. [AJ]
20110420
--------
* [CourseContentsList] Fix a crash. [AJ]
+1 -1
View File
@@ -351,7 +351,7 @@ void ScreenEvaluation::Init()
{
FOREACH_EnabledPlayer( p )
{
m_sprPercentFrame[p].Load( THEME->GetPathG(m_sName,ssprintf("percent frame p%d",p+1)) );
m_sprPercentFrame[p].Load( THEME->GetPathG(m_sName,ssprintf("PercentFrame p%d",p+1)) );
m_sprPercentFrame[p]->SetName( ssprintf("PercentFrameP%d",p+1) );
ActorUtil::LoadAllCommands( *m_sprPercentFrame[p], m_sName );
SET_XY( m_sprPercentFrame[p] );