From dde95942be515f18b42cf18c118ff030137bf1b5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 30 May 2006 17:20:42 +0000 Subject: [PATCH] fix comment --- stepmania/src/ScreenEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )