Added file missing in previous commit.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14415 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2013-11-12 09:35:51 +00:00
parent a5fd91959c
commit caeb87d9a7

View File

@ -602,9 +602,6 @@ void World::resetAllKarts()
for ( KartList::iterator i=m_karts.begin(); i!=m_karts.end(); i++)
{
// Now store the current (i.e. in rest) suspension length for each
// kart, so that the karts can visualise the suspension.
(*i)->setSuspensionLength();
// Update the kart transforms with the newly computed position
// after all karts are reset
(*i)->setTrans((*i)->getBody()->getWorldTransform());