[splittiming] Prepare the editor.

This commit is contained in:
Jason Felds
2011-05-16 10:56:00 -04:00
parent 1f7389a7a4
commit fc72f2de90
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -2763,8 +2763,11 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM )
else if ( SM == SM_BackFromWarpChange )
{
float fWarp = StringToFloat( ScreenTextEntry::s_sLastAnswer );
GetAppropriateTiming().SetWarpAtBeat( GetBeat(), fWarp );
SetDirty( true );
if( fWarp > 0 )
{
GetAppropriateTiming().SetWarpAtBeat( GetBeat(), fWarp );
SetDirty( true );
}
}
else if( SM == SM_BackFromSpeedPercentChange )
{