[splittiming] Updated comment.

This commit is contained in:
Jason Felds
2011-05-16 10:57:14 -04:00
parent fc72f2de90
commit 388eb6bf10
+1 -1
View File
@@ -2763,7 +2763,7 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM )
else if ( SM == SM_BackFromWarpChange )
{
float fWarp = StringToFloat( ScreenTextEntry::s_sLastAnswer );
if( fWarp > 0 )
if( fWarp >= 0 ) // allow 0 to kill a warp.
{
GetAppropriateTiming().SetWarpAtBeat( GetBeat(), fWarp );
SetDirty( true );