Make the FTL leader use a boosted AI

This commit is contained in:
Alayan 2018-09-17 20:19:21 +02:00
parent 21e88698d2
commit 3aa2a04197

View File

@ -60,6 +60,7 @@ void FollowTheLeaderRace::init()
// we ignore the leader, the points need to be based on number of karts -1
stk_config->getAllScores(&m_score_for_position, getNumKarts() - 1);
getKart(0)->setOnScreenText(_("Leader"));
getKart(0)->setBoostAI(true);
} // init
#if 0