Removed Ai debug (again).

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11575 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2012-09-10 23:05:53 +00:00
parent 72044141d8
commit a7a881174d

View File

@@ -23,15 +23,15 @@
//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
# undef AI_DEBUG_CIRCLES
// Show the heading of the kart
# define AI_DEBUG_KART_HEADING
# undef AI_DEBUG_KART_HEADING
// Shows line from kart to its aim point
# define AI_DEBUG_KART_AIM
# undef AI_DEBUG_KART_AIM
#endif
#include "karts/controller/skidding_ai.hpp"