removed documentation that doesn't apply anymore

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2353 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2008-10-20 01:06:28 +00:00
parent 2ab2e98fae
commit 6105d98c1a

View File

@ -26,13 +26,6 @@ float Homing::m_st_max_distance;
float Homing::m_st_max_distance_squared; float Homing::m_st_max_distance_squared;
float Homing::m_st_max_turn_angle; float Homing::m_st_max_turn_angle;
// -----------------------------------------------------------------------------
/** A homing missile is handled as a kinematic object, since this simplifies
* computation of turning (otherwise rotational forces would have to be
* applied). As a result, the mass must be zero, and linear velocity of the
* body can not be set (asserts in bullet). So this object implements its
* own setting/getting of velocity, to be able to use flyables functions.
*/
Homing::Homing (Kart *kart) : Flyable(kart, COLLECT_HOMING) Homing::Homing (Kart *kart) : Flyable(kart, COLLECT_HOMING)
{ {
m_target = NULL; m_target = NULL;