Removed compiler warning.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4437 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
b5588b1154
commit
70f5f1044b
@ -187,8 +187,8 @@ Kart* World::loadRobot(const std::string& kart_name, int position,
|
||||
{
|
||||
Kart* currentRobot;
|
||||
|
||||
const int NUM_ROBOTS = 1;
|
||||
|
||||
// const int NUM_ROBOTS = 1;
|
||||
// For now: instead of random switching, use each
|
||||
// robot in turns: switch(m_random.get(NUM_ROBOTS))
|
||||
// static int turn=1;
|
||||
|
Loading…
Reference in New Issue
Block a user