Removed debugging which was committed by accident.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11480 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2012-08-06 23:49:51 +00:00
parent 361d2362fa
commit 43359f9292

View File

@@ -23,13 +23,13 @@
//to 2 in main.cpp with quickstart and run supertuxkart with the arg -N.
#ifdef DEBUG
// Enable AeI graphical debugging
# define AI_DEBUG
# undef AI_DEBUG
// Shows left and right lines when using new findNonCrashing function
# undef AI_DEBUG_NEW_FIND_NON_CRASHING
// Show the predicted turn circles
# define AI_DEBUG_CIRCLES
# undef AI_DEBUG_CIRCLES
// Show the heading of the kart
# define AI_DEBUG_KART_HEADING
# undef AI_DEBUG_KART_HEADING
#endif
#include "karts/controller/skidding_ai.hpp"