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:
hikerstk 2010-01-11 23:51:59 +00:00
parent b5588b1154
commit 70f5f1044b

View File

@ -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;