[cleanNoteData] Silly typo.

This commit is contained in:
Jason Felds
2012-02-27 13:46:12 -05:00
parent 1b071cb057
commit a384a7d8d0
+1 -1
View File
@@ -3412,7 +3412,7 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM )
else if ( SM == SM_BackFromFakeChange && !ScreenTextEntry::s_bCancelledLast )
{
float fFake = StringToFloat( ScreenTextEntry::s_sLastAnswer );
if( fFake >= 0 ) // allow 0 to kill a warp.
if( fFake >= 0 ) // allow 0 to kill a fake.
{
GetAppropriateTiming().AddSegment( FakeSegment(GetRow(), fFake) );
SetDirty( true );