compile fix

This commit is contained in:
Glenn Maynard
2005-08-05 16:21:00 +00:00
parent 1e0b236ac4
commit 8e9aff2d21
+1 -1
View File
@@ -1810,7 +1810,7 @@ StepsType Profile::GetLastPlayedStepsType() const
{
if( m_vRecentStepsScores.empty() )
return STEPS_TYPE_INVALID;
return m_vRecentStepsScores.back().stepsID.GetStepsType();
return m_vRecentStepsScores.back().stepsID->GetStepsType();
}
const Profile::HighScoresForASong *Profile::GetHighScoresForASong( const SongID& songID ) const