GAME_BASE_NOTESKIN_NAME -> DEFAULT_NOTESKIN_NAME.

(This isn't the base noteskin that other noteskins derive from, just
the default preference.)
This commit is contained in:
Glenn Maynard
2007-02-04 04:07:14 +00:00
parent a5f71e3cca
commit 2d0bb7955a
5 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -1127,7 +1127,7 @@ void GameState::GetDefaultPlayerOptions( PlayerOptions &po )
po.FromString( PREFSMAN->m_sDefaultModifiers );
po.FromString( CommonMetrics::DEFAULT_MODIFIERS );
if( po.m_sNoteSkin.empty() )
po.m_sNoteSkin = NOTESKIN->GAME_BASE_NOTESKIN_NAME;
po.m_sNoteSkin = CommonMetrics::DEFAULT_NOTESKIN_NAME;
}
void GameState::GetDefaultSongOptions( SongOptions &so )