Removed debug code.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2583 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
d6ccd9cd1f
commit
7318f85f90
@ -94,10 +94,6 @@ DefaultRobot::DefaultRobot(const std::string& kart_name,
|
||||
m_skidding_threshold = 1.3f;
|
||||
break;
|
||||
}
|
||||
static int count =0;
|
||||
m_skidding_threshold = count==0?4.0f: 1.3f;
|
||||
count = 1-count;
|
||||
|
||||
} // DefaultRobot
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user