add "success/try again" looping logic to lesson mode

This commit is contained in:
Chris Danford
2005-09-09 21:49:29 +00:00
parent 75087b00d4
commit 9580a5f8a4
8 changed files with 171 additions and 31 deletions
+3
View File
@@ -34,6 +34,8 @@ class ScoreKeeper;
class PlayerScoreList;
AutoScreenMessage( SM_NotesEnded )
AutoScreenMessage( SM_BeginFailed )
AutoScreenMessage( SM_LeaveGameplay )
class PlayerInfo
{
@@ -132,6 +134,7 @@ protected:
bool IsLastSong();
void SetupSong( int iSongIndex );
void ReloadCurrentSong();
void LoadNextSong();
void LoadCourseSongNumber( int SongNumber );
float StartPlayingSong(float MinTimeToNotes, float MinTimeToMusic);