Use the theme metric rather than "default".

This commit is contained in:
Steve Checkoway
2006-05-20 09:00:09 +00:00
parent df6d8cb6ba
commit 9da602cec4
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1030,7 +1030,7 @@ void GameState::GetDefaultPlayerOptions( PlayerOptions &po )
po.FromString( PREFSMAN->m_sDefaultModifiers );
po.FromString( CommonMetrics::DEFAULT_MODIFIERS );
if( po.m_sNoteSkin.empty() )
po.m_sNoteSkin = "default";
po.m_sNoteSkin = NOTESKIN->GAME_BASE_NOTESKIN_NAME;
}
void GameState::GetDefaultSongOptions( SongOptions &so )