diff --git a/src/challenges/game_slot.cpp b/src/challenges/game_slot.cpp index 2e8a7c6a3..0af8da94f 100644 --- a/src/challenges/game_slot.cpp +++ b/src/challenges/game_slot.cpp @@ -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