don't delete current Song's steps through the LastSaved when destructing ScreenEdit

This commit is contained in:
Chris Danford
2005-03-08 21:39:01 +00:00
parent dc9e8e23ff
commit 21ae0fc658
3 changed files with 11 additions and 0 deletions
+3
View File
@@ -613,6 +613,9 @@ void ScreenEdit::Init()
ScreenEdit::~ScreenEdit()
{
// UGLY: Don't delete the Song's steps.
m_songLastSave.DetachSteps();
LOG->Trace( "ScreenEdit::~ScreenEdit()" );
m_soundMusic.StopPlaying();
}