From cf089ee561ae2ab0b5905d6e6abbfa922644f986 Mon Sep 17 00:00:00 2001 From: cosmosninja Date: Sun, 11 May 2008 07:51:32 +0000 Subject: [PATCH] Changed the tux tollway head 2 head challenge text from AI difficulty Driver to Racer, since it actually uses the hard difficulty. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1856 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/challenges/tollway_head2head.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/challenges/tollway_head2head.cpp b/src/challenges/tollway_head2head.cpp index 542608b06..94b8cb595 100644 --- a/src/challenges/tollway_head2head.cpp +++ b/src/challenges/tollway_head2head.cpp @@ -24,7 +24,7 @@ TollwayHead2Head::TollwayHead2Head() : Challenge("tollwayhead", _("Win a Head to Head on\nTux Tollway")) { - setChallengeDescription(_("Win a 1 lap Head to Head\non Tux Tollway against 1 'Driver'\nlevel AI kart.")); + setChallengeDescription(_("Win a 1 lap Head to Head\non Tux Tollway against 1 'Racer'\nlevel AI kart.")); setFeatureDescription(_("New track: Fort Magma\nnow available")); setFeature("fortmagma"); } // TollwayTime