overhauling stats: move all stats from SongManager to ProfileManager

This commit is contained in:
Chris Danford
2003-12-07 07:09:13 +00:00
parent ed1b541a23
commit bf98d8248a
14 changed files with 778 additions and 769 deletions
-4
View File
@@ -258,9 +258,5 @@ ScreenCredits::~ScreenCredits()
void ScreenCredits::HandleScreenMessage( const ScreenMessage SM )
{
/* XXX: is this needed anymore? */
if( SM == SM_GoToNextScreen )
SONGMAN->SaveMachineScoresToDisk();
ScreenAttract::HandleScreenMessage( SM );
}