Fixes a compile error and adds the 'starting race' screen to the challenges menu races.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1760 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja
2008-04-27 22:15:59 +00:00
parent 39c2690102
commit eaa7ed6c61
2 changed files with 3 additions and 3 deletions

View File

@@ -28,8 +28,8 @@ IslandFollow::IslandFollow() : Challenge("islandfollow", "Win Follow the Leader
setFeatureDescription("New Grand Prix: At World's End\nnow available");
setFeature("At world's end");
addDependency("moonandbackgp");
addDependancy("tollwaytime");
addDependancy("citytime");
addDependency("tollwaytime");
addDependency("citytime");
} // IslandFollow
//-----------------------------------------------------------------------------

View File

@@ -100,6 +100,6 @@ void ChallengesMenu::select()
if(n>=0 && n<(int)m_all_challenges.size())
{
m_all_challenges[n]->setRace();
race_manager->startNew();
menu_manager->pushMenu(MENUID_START_RACE_FEEDBACK);
}
} // select