From 94781be4a5f3cf8eba3056a278bd04aef6c89852 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 13 Aug 2007 19:19:39 +0000 Subject: [PATCH] disable old hack --- stepmania/src/StageStats.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/StageStats.cpp b/stepmania/src/StageStats.cpp index aaba220536..1718e61d11 100644 --- a/stepmania/src/StageStats.cpp +++ b/stepmania/src/StageStats.cpp @@ -283,8 +283,8 @@ bool StageStats::PlayerHasHighScore( PlayerNumber pn ) const // 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; + //if( pSong->GetDisplayed() == Song::SHOW_NEVER ) + // return false; const HighScoreList &hsl = GAMESTATE->IsCourseMode() ?