no, compile fix
This commit is contained in:
@@ -1810,7 +1810,7 @@ StepsType Profile::GetLastPlayedStepsType() const
|
|||||||
{
|
{
|
||||||
if( m_vRecentStepsScores.empty() )
|
if( m_vRecentStepsScores.empty() )
|
||||||
return STEPS_TYPE_INVALID;
|
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
|
const Profile::HighScoresForASong *Profile::GetHighScoresForASong( const SongID& songID ) const
|
||||||
|
|||||||
Reference in New Issue
Block a user