Fix compiler warning

This commit is contained in:
Benau
2018-11-22 02:46:42 +08:00
parent c0e8924c0f
commit d73e0d9413

View File

@@ -206,7 +206,7 @@ void BaseOnlineProfileAchievements::displayResults()
// Sort by goals
return a->getInfo()->goalString().lower_ignore_case(b->getInfo()->goalString());
}
else if (m_sort_column == 2)
else
{
// Sort by progress
return a->getProgressAsString().lower_ignore_case(b->getProgressAsString());