Fixed compiler warning (there is no need for doubled in STK).

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9839 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2011-09-14 23:26:30 +00:00
parent 8b85ee1cac
commit c42ca91dc9

View File

@@ -56,7 +56,7 @@ private:
float m_tire_radius[4];
std::string m_tire_dir;
double m_tire_rotation;
float m_tire_rotation;
PtrVector<PhysicalObject, REF> m_tires;