Fixed compiler warning.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12956 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2013-06-24 03:56:19 +00:00
parent e6ac66447d
commit cfb60ba114

View File

@ -139,9 +139,9 @@ void KartModel::loadInfo(const XMLNode &node)
m_nitro_emitter_position[1] = Vec3 (0, m_kart_height*0.35f,
-m_kart_length*0.35f); */
m_nitro_emitter_position[0] = Vec3 (0,0.1,0);
m_nitro_emitter_position[0] = Vec3 (0,0.1f,0);
m_nitro_emitter_position[1] = Vec3 (0,0.1,0);
m_nitro_emitter_position[1] = Vec3 (0,0.1f,0);
if(const XMLNode *nitroEmitter_node=node.getNode("nitro-emitter"))
{