fixed: * Using autoplayer at all results in an 'E' grade.

This commit is contained in:
Bruno Figueiredo
2002-07-31 04:59:49 +00:00
parent 0214345076
commit 488798fef6
3 changed files with 8 additions and 6 deletions
+3 -4
View File
@@ -47,10 +47,9 @@ SongManager::SongManager( void(*callback)() )
SongManager::~SongManager()
{
if( !PREFSMAN->m_bAutoPlay ) // BUG FIX: Stats will no longer save if you're in autoplay mode - Andy.
{
SaveStatisticsToDisk();
}
// BUG FIX: Stats will no longer save if you're in autoplay mode - Andy.
// BUG BUG FIX: if user used autoplay, the evaluation screen already detects this...
SaveStatisticsToDisk();
FreeSongArray();
}