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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user