fix crash on exiting editor

clean up invalidation of Song and Courses
This commit is contained in:
Chris Danford
2004-08-12 04:49:15 +00:00
parent cbe80105fb
commit 873c148f0e
7 changed files with 35 additions and 22 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ void Steps::Decompress() const
StepsID ID;
ID.FromSteps( this );
Steps *pSteps = ID.ToSteps( &s, true );
Steps *pSteps = ID.ToSteps( &s, true, false ); // don't use cache
if( pSteps == NULL )
{
LOG->Warn( "Couldn't find %s in \"%s\"", ID.ToString().c_str(), m_sFilename.c_str() );