Disabled new AI so that we know at least to which AI bug reports apply to.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4421 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2010-01-10 12:12:07 +00:00
parent 5967f75b20
commit 2c60045223

View File

@ -191,8 +191,11 @@ Kart* World::loadRobot(const std::string& kart_name, int position,
// For now: instead of random switching, use each
// robot in turns: switch(m_random.get(NUM_ROBOTS))
static int turn=1;
turn=1-turn;
// static int turn=1;
// turn=1-turn;
// For now disable the new AI.
int turn=0;
switch(turn)
{
case 0: