Fix compile...and I think fix the save problem.
Not the best way to do this perhaps, but it's something.
This commit is contained in:
+3
-1
@@ -2867,7 +2867,9 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM )
|
|||||||
if( (*s)->IsAutogen() )
|
if( (*s)->IsAutogen() )
|
||||||
continue;
|
continue;
|
||||||
// If the notedata has content, let it go.
|
// If the notedata has content, let it go.
|
||||||
if( !(*s)->m_NoteData->IsEmpty() )
|
NoteData tmp;
|
||||||
|
(*s)->GetNoteData(tmp);
|
||||||
|
if( !tmp.IsEmpty() )
|
||||||
continue;
|
continue;
|
||||||
// It's hard to say if these steps were saved to disk or not.
|
// It's hard to say if these steps were saved to disk or not.
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user