theme eval mod names
This commit is contained in:
@@ -911,7 +911,7 @@ void ScreenEvaluation::CommitScores(
|
||||
hs.iScore = stageStats.iScore[p];
|
||||
hs.fPercentDP = stageStats.GetPercentDancePoints( p );
|
||||
hs.fSurviveSeconds = stageStats.fAliveSeconds[p];
|
||||
hs.sModifiers = GAMESTATE->m_PlayerOptions[p].GetString();
|
||||
hs.sModifiers = GAMESTATE->m_PlayerOptions[p].GetThemedString();
|
||||
hs.time = time(NULL);
|
||||
hs.sPlayerGuid = PROFILEMAN->IsUsingProfile(p) ? PROFILEMAN->GetProfile(p)->m_sGuid : "";
|
||||
hs.sMachineGuid = PROFILEMAN->GetMachineProfile()->m_sGuid;
|
||||
|
||||
Reference in New Issue
Block a user