Display the chartname instead of the description.
This commit is contained in:
+1
-1
@@ -1841,7 +1841,7 @@ void ScreenEdit::InputEdit( const InputEventPlus &input, EditButton EditB )
|
|||||||
SWITCHED_TO.GetValue() + " %s %s '%s' (%d of %d)",
|
SWITCHED_TO.GetValue() + " %s %s '%s' (%d of %d)",
|
||||||
GAMEMAN->GetStepsTypeInfo( pSteps->m_StepsType ).szName,
|
GAMEMAN->GetStepsTypeInfo( pSteps->m_StepsType ).szName,
|
||||||
DifficultyToString( pSteps->GetDifficulty() ).c_str(),
|
DifficultyToString( pSteps->GetDifficulty() ).c_str(),
|
||||||
pSteps->GetDescription().c_str(),
|
pSteps->GetChartName().c_str(),
|
||||||
it - vSteps.begin() + 1,
|
it - vSteps.begin() + 1,
|
||||||
int(vSteps.size()) );
|
int(vSteps.size()) );
|
||||||
SCREENMAN->SystemMessage( s );
|
SCREENMAN->SystemMessage( s );
|
||||||
|
|||||||
Reference in New Issue
Block a user