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
@@ -100,9 +100,5 @@ void ScreenMusicScroll::Update( float fDeltaTime )
void ScreenMusicScroll::HandleScreenMessage( const ScreenMessage SM )
{
/* XXX: is this needed anymore? */
if( SM == SM_GoToNextScreen )
SONGMAN->SaveMachineScoresToDisk();
ScreenAttract::HandleScreenMessage( SM );
}