Fixed super-shuffle. It's sad that it was broken for so long!

This commit is contained in:
Chris Danford
2003-02-11 21:41:43 +00:00
parent dd5af900d6
commit ee9f4d99a5
3 changed files with 21 additions and 39 deletions
+1 -4
View File
@@ -267,10 +267,7 @@ void Notes::AutogenFrom( Notes *parent_, NotesType ntTo )
void Notes::BakeAutoGen()
{
NoteData noteData;
parent->GetNoteData( &noteData );
this->SetNoteData( &noteData ); // this will call DeAutoGen
Decompress();
parent = NULL;
}