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:
parent
cc155932a0
commit
31899d7d73
@ -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
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user