Differentiated between starts. Added course support. Fixed course Crashing bug.

This commit is contained in:
Charles Lohr
2004-07-15 16:17:41 +00:00
parent 7b196e492e
commit cf5577455a
3 changed files with 24 additions and 8 deletions
+2 -2
View File
@@ -382,7 +382,7 @@ void ScreenGameplay::Init()
// if you wait too long at the second checkpoint, you will
// appear dead when you begin your game.
//
NSMAN->StartRequest();
NSMAN->StartRequest(0);
@@ -1059,7 +1059,7 @@ float ScreenGameplay::StartPlayingSong(float MinTimeToNotes, float MinTimeToMusi
//Secondary (Precice) start request
//used for syncing up songs.
NSMAN->StartRequest();
NSMAN->StartRequest(1);
m_soundMusic.Play( &p );