From 35bdbc619ab1f75b6490c60aa9a977b6a02230aa Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 13 Aug 2007 19:28:41 +0000 Subject: [PATCH] dehack old hack --- stepmania/src/StageStats.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/stepmania/src/StageStats.cpp b/stepmania/src/StageStats.cpp index 1718e61d11..bf737a6aa0 100644 --- a/stepmania/src/StageStats.cpp +++ b/stepmania/src/StageStats.cpp @@ -281,10 +281,9 @@ bool StageStats::PlayerHasHighScore( PlayerNumber pn ) const const Course *pCourse = GAMESTATE->m_pCurCourse; const Trail *pTrail = GAMESTATE->m_pCurTrail[pn]; - // If this is a SHOW_NEVER song, then it's probably a training. - // Don't show a high score - //if( pSong->GetDisplayed() == Song::SHOW_NEVER ) - // return false; + // Don't show high scores for tutorial songs. + if( pSong->IsTutorial() == Song::SHOW_NEVER ) + return false; const HighScoreList &hsl = GAMESTATE->IsCourseMode() ?