fix assert
This commit is contained in:
@@ -308,7 +308,7 @@ void MusicWheelItem::RefreshGrades()
|
|||||||
Profile *pProfile = PROFILEMAN->GetProfile(ps);
|
Profile *pProfile = PROFILEMAN->GetProfile(ps);
|
||||||
|
|
||||||
HighScoreList *pHSL = NULL;
|
HighScoreList *pHSL = NULL;
|
||||||
if( PROFILEMAN->IsPersistentProfile(ps) )
|
if( PROFILEMAN->IsPersistentProfile(ps) && dc != Difficulty_Invalid )
|
||||||
{
|
{
|
||||||
if( data->m_pSong )
|
if( data->m_pSong )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user