From 4a4168c42f2d10ffc02d5b548d1c1f2797c9cb20 Mon Sep 17 00:00:00 2001 From: hikerstk Date: Tue, 23 Oct 2012 21:19:50 +0000 Subject: [PATCH] Bugfix, thanks to Deve for fixing this. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11749 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/challenges/challenge_data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/challenges/challenge_data.cpp b/src/challenges/challenge_data.cpp index 5d6ac9188..a02b74f54 100644 --- a/src/challenges/challenge_data.cpp +++ b/src/challenges/challenge_data.cpp @@ -45,7 +45,7 @@ ChallengeData::ChallengeData(const std::string& filename) m_version = 0; m_num_trophies = 0; - for (int d=0; d<=RaceManager::DIFFICULTY_COUNT; d++) + for (int d=0; d