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:
parent
5967f75b20
commit
2c60045223
@ -191,8 +191,11 @@ Kart* World::loadRobot(const std::string& kart_name, int position,
|
|||||||
|
|
||||||
// For now: instead of random switching, use each
|
// For now: instead of random switching, use each
|
||||||
// robot in turns: switch(m_random.get(NUM_ROBOTS))
|
// robot in turns: switch(m_random.get(NUM_ROBOTS))
|
||||||
static int turn=1;
|
// static int turn=1;
|
||||||
turn=1-turn;
|
// turn=1-turn;
|
||||||
|
|
||||||
|
// For now disable the new AI.
|
||||||
|
int turn=0;
|
||||||
switch(turn)
|
switch(turn)
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user