Changed Notes difficulty/description in preparation for edit selection system

This commit is contained in:
Chris Danford
2003-01-21 22:23:01 +00:00
parent 779f1b829c
commit ac391552fd
22 changed files with 292 additions and 206 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ void GameState::Reset()
m_MasterPlayerNumber = PLAYER_INVALID;
m_sPreferredGroup = "";
for( p=0; p<NUM_PLAYERS; p++ )
m_PreferredDifficulty[p] = CLASS_INVALID;
m_PreferredDifficulty[p] = DIFFICULTY_INVALID;
m_SongSortOrder = SORT_GROUP;
m_PlayMode = PLAY_MODE_INVALID;
m_bEditing = false;