remove redundant line for EDIT_BUTTON_SCROLL_SELECT

This commit is contained in:
AJ Kelly
2011-03-13 00:17:36 -06:00
parent 416b5cd52c
commit 48856adc15
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1361,7 +1361,7 @@ void ScreenEdit::InputEdit( const InputEventPlus &input, EditButton EditB )
break;
}
iSpeed = clamp( iSpeed, 0, (int) ARRAYLEN(fSpeeds)-1 );
if( fSpeeds[iSpeed] != fScrollSpeed )
{
m_soundMarker.Play();