diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index a2a96564b4..c9fb92fc9f 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -1483,7 +1483,7 @@ void ScreenEdit::InputEdit( const InputEventPlus &input, EditButton EditB ) break; } - if( i == m_pSong->m_Timing.m_StopSegments.size() ) // there is no BPMSegment at the current beat + if( i == m_pSong->m_Timing.m_StopSegments.size() ) // there is no StopSegment at the current beat { // create a new StopSegment if( fDelta > 0 )