use default modifiers for demonstration
This commit is contained in:
@@ -84,6 +84,11 @@ void GameState::Reset()
|
||||
m_StoredPlayerOptions[p].Init();
|
||||
}
|
||||
m_SongOptions.Init();
|
||||
for( p=0; p<NUM_PLAYERS; p++ )
|
||||
{
|
||||
m_PlayerOptions[p].FromString( PREFSMAN->m_sDefaultModifiers );
|
||||
}
|
||||
m_SongOptions.FromString( PREFSMAN->m_sDefaultModifiers );
|
||||
for( p=0; p<NUM_PLAYERS; p++ )
|
||||
NOTESKIN->SwitchNoteSkin( PlayerNumber(p), PREFSMAN->m_sDefaultNoteSkin );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user