This commit is contained in:
Glenn Maynard
2003-06-30 07:09:13 +00:00
parent 538b5930c3
commit 2a0972b8ba
2 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ void GameState::Reset()
m_bChangedFailMode = false;
for( p=0; p<NUM_PLAYERS; p++ )
m_PreferredDifficulty[p] = DIFFICULTY_INVALID;
m_SongSortOrder = SORT_PREFERRED;
m_SongSortOrder = SORT_INVALID;
m_PlayMode = PLAY_MODE_INVALID;
m_bEditing = false;
m_bDemonstrationOrJukebox = false;