diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 33164f8edb..30b5e06d05 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -1375,7 +1375,7 @@ void ScreenEdit::InputEdit( const InputEventPlus &input, EditButton EditB ) GAMEMAN->StepsTypeToString( pSteps->m_StepsType ).c_str(), DifficultyToString( pSteps->GetDifficulty() ).c_str(), pSteps->GetDescription().c_str(), - it - vSteps.begin(), + it - vSteps.begin() + 1, int(vSteps.size()) ); SCREENMAN->SystemMessage( s ); m_soundSwitch.Play();