Fix camera hicup when falling into water

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7721 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-02-18 01:12:29 +00:00
parent cc155932a0
commit 31899d7d73

View File

@ -123,10 +123,6 @@ void EmergencyAnimation::forceRescue(bool is_auto_rescue)
ThreeStrikesBattle *world=(ThreeStrikesBattle*)World::getWorld();
world->kartHit(m_kart->getWorldKartId());
}
// Reset camera in case that it was in falling mode before.
if(m_kart->getCamera())
m_kart->getCamera()->setMode(Camera::CM_NORMAL);
} // forceRescue
//-----------------------------------------------------------------------------