Removed outdated FIXME.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10299 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-12-02 08:57:41 +00:00
parent 422788bc20
commit a5b3cb7f51

View File

@ -277,7 +277,6 @@ void Kart::createPhysics()
m_vehicle_raycaster =
new btKartRaycaster(World::getWorld()->getPhysics()->getPhysicsWorld());
m_vehicle = new btKart(m_body, m_vehicle_raycaster, this);
//FIXMEJH m_kart_properties->getTrackConnectionAccel());
// never deactivate the vehicle
m_body->setActivationState(DISABLE_DEACTIVATION);