dehack old hack
This commit is contained in:
@@ -281,10 +281,9 @@ bool StageStats::PlayerHasHighScore( PlayerNumber pn ) const
|
|||||||
const Course *pCourse = GAMESTATE->m_pCurCourse;
|
const Course *pCourse = GAMESTATE->m_pCurCourse;
|
||||||
const Trail *pTrail = GAMESTATE->m_pCurTrail[pn];
|
const Trail *pTrail = GAMESTATE->m_pCurTrail[pn];
|
||||||
|
|
||||||
// If this is a SHOW_NEVER song, then it's probably a training.
|
// Don't show high scores for tutorial songs.
|
||||||
// Don't show a high score
|
if( pSong->IsTutorial() == Song::SHOW_NEVER )
|
||||||
//if( pSong->GetDisplayed() == Song::SHOW_NEVER )
|
return false;
|
||||||
// return false;
|
|
||||||
|
|
||||||
const HighScoreList &hsl =
|
const HighScoreList &hsl =
|
||||||
GAMESTATE->IsCourseMode() ?
|
GAMESTATE->IsCourseMode() ?
|
||||||
|
|||||||
Reference in New Issue
Block a user