more course fixes, tweaked ghost arrow flashes

This commit is contained in:
Chris Danford
2003-02-17 19:52:16 +00:00
parent 5a179983d1
commit 7cd57efce7
9 changed files with 107 additions and 140 deletions
-2
View File
@@ -87,8 +87,6 @@ void GameState::Reset()
for( p=0; p<NUM_PLAYERS; p++ )
m_PlayerOptions[p] = PlayerOptions();
m_SongOptions = SongOptions();
if( PREFSMAN )
m_SongOptions.m_FailType = PREFSMAN->m_DefaultFailType;
}
void GameState::ResetLastRanking()