Tweak thunderbird location during rescue

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10012 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-10-18 16:09:43 +00:00
parent 67ab90f451
commit 55841fbbbe

View File

@ -197,7 +197,7 @@ Referee::Referee(const Kart &kart)
m_scene_node->setMesh(m_st_referee_mesh);
m_scene_node->grab();
m_scene_node->setScale(m_st_scale.toIrrVector());
m_scene_node->setPosition(core::vector3df(0,kart.getKartHeight(), 0));
m_scene_node->setPosition(core::vector3df(0, kart.getKartHeight() + 0.4f, 0));
m_scene_node->setFrameLoop(m_st_first_rescue_frame,
m_st_last_rescue_frame);
} // Referee