From 92c18c243231c8eced4d8503972fa38c841f87a1 Mon Sep 17 00:00:00 2001 From: hikerstk Date: Sun, 30 Sep 2012 23:31:00 +0000 Subject: [PATCH] Fixed more compiler warnings. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11650 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/modes/world_status.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modes/world_status.hpp b/src/modes/world_status.hpp index 5b2934ff1..2f21fff0f 100644 --- a/src/modes/world_status.hpp +++ b/src/modes/world_status.hpp @@ -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,