save edits to machine profile

This commit is contained in:
Chris Danford
2005-12-03 20:34:49 +00:00
parent 6647949a00
commit 9e8469eb65
9 changed files with 75 additions and 16 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ bool Song::LoadFromSongDir( CString sDir )
FOREACH( Steps*, m_vpSteps, s )
{
(*s)->SetFile( GetCacheFilePath() );
(*s)->SetFilename( GetCacheFilePath() );
/* Compress all Steps. During initial caching, this will remove cached NoteData;
* during cached loads, this will just remove cached SMData. */