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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user