no, compile fix

This commit is contained in:
Glenn Maynard
2005-08-05 16:23:07 +00:00
parent 8e9aff2d21
commit 57ee24424b
+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