Fixed more compiler warnings.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11650 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2012-09-30 23:31:00 +00:00
parent 72d856dc03
commit 92c18c2432

View File

@ -155,7 +155,7 @@ public:
// ------------------------------------------------------------------------
/** Returns the current race time. */
float getTime() const { return m_time; }
float getTime() const { return (float)m_time; }
// ------------------------------------------------------------------------
/** Will be called to notify your derived class that the clock,