Removed debug code.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11370 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2012-07-06 02:05:37 +00:00
parent 57c68cc9ea
commit c11fdc0bd8

View File

@@ -705,8 +705,7 @@ void QuadGraph::determineDirection(unsigned int current,
{
// The maximum angle which is still considered to be straight
const float max_straight_angle=0.1f;
if(current==28)
printf("");
// Compute the angle from n (=current) to n+1 (=next)
float angle_current = getAngleToNext(current, succ_index);
unsigned int next = getNode(current).getSuccessor(succ_index);