Bugfix: camera for eliminated karts didn't work anymore.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2142 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2008-06-27 14:01:27 +00:00
parent 9b9ce44ac5
commit 61c4f6c42f

View File

@ -137,7 +137,7 @@ void Camera::update (float dt)
if(m_mode==CM_LEADER_MODE)
{
kart = world->getKart(0);
kart_hpr = kart->getRotation();
kart_hpr = kart->getHPR();
}
else
{