Changed default track to jungle (since the race track is not

part of the STK core distribution anymore).


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2478 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-11-19 22:30:51 +00:00
parent b7eed2c9c5
commit b4f16ef5cf

View File

@ -75,7 +75,7 @@ RaceManager::RaceManager()
m_active_race = false;
m_score_for_position = stk_config->m_scores;
m_coin_target = 0;
setTrack("race");
setTrack("jungle");
setNumLocalPlayers(1);
setLocalKartInfo(0, "tux");
} // RaceManager