Add 'difficult' for nonstop courses.

This feels hackish; feel free to make it more general
This commit is contained in:
Chris Gomez
2003-03-07 05:24:52 +00:00
parent 8d47a3e57e
commit 7d5216e9b7
7 changed files with 71 additions and 0 deletions
+1
View File
@@ -78,6 +78,7 @@ void GameState::Reset()
m_bJukeboxUsesModifiers = false;
m_iCurrentStageIndex = 0;
m_bAllow2ndExtraStage = true;
m_bDifficultCourses = false;
m_pCurSong = NULL;
for( p=0; p<NUM_PLAYERS; p++ )