Disabled debug output for rubber ball.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10057 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-10-27 23:38:33 +00:00
parent e57ce680fc
commit d88c97b588

View File

@ -41,7 +41,7 @@ float RubberBall::m_st_early_target_factor;
int RubberBall::m_next_id = 0;
// Debug only, so that we can get a feel on how well balls are aiming etc.
#define PRINT_BALL_REMOVE_INFO
#undef PRINT_BALL_REMOVE_INFO
RubberBall::RubberBall(Kart *kart)
: Flyable(kart, PowerupManager::POWERUP_RUBBERBALL, 0.0f /* mass */),