Disable new skidding AI, which was committed accidentally.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11504 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2012-08-13 01:09:25 +00:00
parent 81966f33d6
commit e467e711fb

View File

@@ -245,9 +245,9 @@ Controller* World::loadAIController(AbstractKart *kart)
// const int NUM_ROBOTS = 1;
// For now: instead of random switching, use each
// robot in turns: switch(m_random.get(NUM_ROBOTS))
#undef USE_PRESENT_AI
#define USE_SKIDDING_AI
#undef USE_ALL_AIS
#define USE_PRESENT_AI
#undef USE_SKIDDING_AI
#undef USE_ALL_AIS
#ifdef USE_PRESENT_AI
int turn = 2;