From 99c61581e2f59bf5fe74e3b21387fc8d174b231d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 9 Feb 2004 09:17:12 +0000 Subject: [PATCH] fix crash --- stepmania/src/PaneDisplay.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/PaneDisplay.cpp b/stepmania/src/PaneDisplay.cpp index e50e367c0b..c16ee254c7 100644 --- a/stepmania/src/PaneDisplay.cpp +++ b/stepmania/src/PaneDisplay.cpp @@ -203,7 +203,8 @@ void PaneDisplay::SetContent( PaneContents c ) case SONG_MACHINE_HIGH_NAME: /* set val for color */ case SONG_MACHINE_HIGH_SCORE: - val = 100.0f * PROFILEMAN->GetProfile(m_PlayerNumber)->GetStepsHighScoreList(pSteps).GetTopScore().fPercentDP; + CHECKPOINT; + val = 100.0f * PROFILEMAN->GetProfile(PROFILE_SLOT_MACHINE)->GetStepsHighScoreList(pSteps).GetTopScore().fPercentDP; break; case SONG_MACHINE_RANK: