Add game and round seeds, meant for use with RandomGen.

This commit is contained in:
Glenn Maynard
2003-07-30 20:34:16 +00:00
parent 4262c7fd96
commit 83bb528668
3 changed files with 8 additions and 0 deletions
+3
View File
@@ -77,6 +77,9 @@ void GameState::Reset()
m_bAllow2ndExtraStage = true;
m_bDifficultCourses = false;
m_iGameSeed = rand();
m_iRoundSeed = rand();
m_pCurSong = NULL;
for( p=0; p<NUM_PLAYERS; p++ )
m_pCurNotes[p] = NULL;