From 24f13806b01d9b785c608208bcbb90f3cfb294ae Mon Sep 17 00:00:00 2001 From: hikerstk Date: Thu, 21 Nov 2013 10:21:49 +0000 Subject: [PATCH] Disabled hardcoded setting of difficulty to hard when using profile (difficulty can be set with --mode, this way every difficulty can be tested). git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14514 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5b2d820e5..ef8335ffa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1530,7 +1530,6 @@ int main(int argc, char *argv[] ) // Profiling // ========= race_manager->setMajorMode (RaceManager::MAJOR_MODE_SINGLE); - race_manager->setDifficulty(RaceManager::DIFFICULTY_HARD); network_manager->setupPlayerKartInfo(); race_manager->startNew(false); }