Fix bug where easy challenges weren't being counted
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11270 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
076598efa6
commit
dfd945bc77
@ -78,7 +78,7 @@ void GameSlot::computeActive()
|
||||
else if (i->second->isSolved(RaceManager::RD_EASY))
|
||||
{
|
||||
m_points += CHALLENGE_POINTS[RaceManager::RD_EASY];
|
||||
m_easy_challenges;
|
||||
m_easy_challenges++;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user