Reuse already established variable.
It won't change in this position. Wonder if it should just be forced const then.
This commit is contained in:
+1
-1
@@ -1843,7 +1843,7 @@ void ScreenEdit::InputEdit( const InputEventPlus &input, EditButton EditB )
|
||||
|
||||
RString s = ssprintf(
|
||||
SWITCHED_TO.GetValue() + " %s %s '%s' (%d of %d)",
|
||||
GAMEMAN->GetStepsTypeInfo( pSteps->m_StepsType ).szName,
|
||||
GAMEMAN->GetStepsTypeInfo( st ).szName,
|
||||
DifficultyToString( pSteps->GetDifficulty() ).c_str(),
|
||||
pSteps->GetChartName().c_str(),
|
||||
it - vSteps.begin() + 1,
|
||||
|
||||
Reference in New Issue
Block a user